|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FulltextQuery | |
---|---|
com.gisgraphy.domain.geoloc.service.fulltextsearch |
Uses of FulltextQuery in com.gisgraphy.domain.geoloc.service.fulltextsearch |
---|
Methods in com.gisgraphy.domain.geoloc.service.fulltextsearch that return FulltextQuery | |
---|---|
FulltextQuery |
FulltextQuery.limitToCountryCode(java.lang.String countryCode)
|
FulltextQuery |
FulltextQuery.withoutSpellChecking()
Disable the spellchecking for this query |
FulltextQuery |
FulltextQuery.withPlaceType(java.lang.Class<? extends GisFeature> placeType)
|
FulltextQuery |
FulltextQuery.withSpellChecking()
Enable the spellchecking for this query |
Methods in com.gisgraphy.domain.geoloc.service.fulltextsearch with parameters of type FulltextQuery | |
---|---|
void |
FullTextSearchEngine.executeAndSerialize(FulltextQuery query,
java.io.OutputStream outputStream)
|
FulltextResultsDto |
FullTextSearchEngine.executeQuery(FulltextQuery query)
|
FulltextResultsDto |
IFullTextSearchEngine.executeQuery(FulltextQuery query)
Execute the query and returns a list of DTO |
java.util.List<? extends GisFeature> |
FullTextSearchEngine.executeQueryToDatabaseObjects(FulltextQuery query)
|
java.util.List<? extends GisFeature> |
IFullTextSearchEngine.executeQueryToDatabaseObjects(FulltextQuery query)
Execute the query and returns the Java Objects. |
java.lang.String |
FullTextSearchEngine.executeQueryToString(FulltextQuery query)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |