|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EosQuery | |
|---|---|
| net.sf.eos.lucene | εοs based on Lucene. |
| net.sf.eos.search | Retrieval independent definitions of data and processes in a entity oriented search lookup. |
| Uses of EosQuery in net.sf.eos.lucene |
|---|
| Classes in net.sf.eos.lucene that implement EosQuery | |
|---|---|
class |
DefaultEosQuery
Use internally AnalyzerSupplier, SearcherSupplier and
CommonNameResolver if configured. |
| Methods in net.sf.eos.lucene that return EosQuery | |
|---|---|
EosQuery |
DefaultLuceneEosLookup.newQuery()
|
| Uses of EosQuery in net.sf.eos.search |
|---|
| Methods in net.sf.eos.search that return EosQuery | |
|---|---|
EosQuery |
EosQuery.and(String phrase)
Adds a phrase to lookup with the boolean and operation. |
EosQuery |
EosQuery.andMeta(String fieldName,
String value)
Adds a meta entry for a special field to lookup with the boolean and operation. |
EosQuery |
EosQuery.andMetaRange(String fieldName,
String lowerBoundValue,
String upperBoundValue)
Adds a meta entry for a special field to lookup with the boolean and operation. |
EosQuery |
EosQuery.andNot(String phrase)
Adds a phrase not to lookup with the boolean and operation. |
EosQuery |
EosQuery.andNotMeta(String fieldName,
String value)
Adds a meta entry for a special field to not lookup with the boolean and operation. |
EosQuery |
EosLookup.newQuery()
Creates a new query instance to configure and than execute. |
EosQuery |
EosQuery.or(String phrase)
Adds a phrase to lookup with the boolean or operation. |
EosQuery |
EosQuery.orMeta(String fieldName,
String value)
Adds a meta entry for a special field to lookup with the boolean or operation. |
EosQuery |
EosQuery.orMetaRange(String fieldName,
String lowerBoundValue,
String upperBoundValue)
Adds a meta entry for a special field to lookup with the boolean or operation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||