|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFullTextSearchEngine
Execute a FulltextQuery and returns the results in a specific format
FulltextQuery
Method Summary | |
---|---|
FulltextResultsDto |
executeQuery(FulltextQuery query)
Execute the query and returns a list of DTO |
java.util.List<? extends GisFeature> |
executeQueryToDatabaseObjects(FulltextQuery query)
Execute the query and returns the Java Objects. |
java.lang.String |
getURL()
|
boolean |
isAlive()
|
Methods inherited from interface com.gisgraphy.domain.geoloc.service.IQueryProcessor |
---|
executeAndSerialize, executeQueryToString |
Method Detail |
---|
java.util.List<? extends GisFeature> executeQueryToDatabaseObjects(FulltextQuery query) throws ServiceException
query
- The FulltextQuery to execute
ServiceException
- If an error occurredFulltextResultsDto executeQuery(FulltextQuery query) throws ServiceException
query
- The FulltextQuery to execute
ServiceException
- If an error occurredboolean isAlive()
java.lang.String getURL()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |