|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectQueryContext
public class QueryContext
Tracks the context in which a query was executed. This includes the list of stop words applied, and the plural and accent maps used.
Field Summary | |
---|---|
CharMap |
accentMap
The accent map used when processing the query. |
WordMap |
pluralMap
The plural map used when processing the query. |
Set |
stopSet
The set of stopwords used when processing the query. |
Constructor Summary | |
---|---|
QueryContext()
|
Method Summary |
---|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Set stopSet
public WordMap pluralMap
public CharMap accentMap
Constructor Detail |
---|
public QueryContext()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |