public class FulltextQuerySolrHelper extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
BF_NEAREST |
protected static String |
CITY_BOOST_QUERY |
static String |
FEATUREID_PREFIX |
protected static String |
FQ_COUNTRYCODE |
protected static String |
FQ_LOCATION |
protected static String |
FQ_PLACETYPE |
protected static String |
GEOLOC_QUERY_TEMPLATE |
protected static String |
NESTED_QUERY_ID_TEMPLATE |
protected static String |
NESTED_QUERY_NOT_ALL_WORDS_REQUIRED_TEMPLATE |
protected static String |
NESTED_QUERY_NUMERIC_TEMPLATE |
protected static String |
NESTED_QUERY_OPENSTREETMAP_ID_TEMPLATE |
protected static String |
NESTED_QUERY_TEMPLATE |
static String |
OPENSTREETMAPID_PREFIX |
protected static String |
STREET_BOOST_QUERY |
Constructor and Description |
---|
FulltextQuerySolrHelper() |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
isStreetQuery(com.gisgraphy.fulltext.FulltextQuery query) |
static org.apache.solr.common.params.ModifiableSolrParams |
parameterize(com.gisgraphy.fulltext.FulltextQuery query) |
static String |
toQueryString(com.gisgraphy.fulltext.FulltextQuery fulltextQuery) |
public static final String FEATUREID_PREFIX
public static final String OPENSTREETMAPID_PREFIX
protected static final String NESTED_QUERY_TEMPLATE
protected static final String NESTED_QUERY_NOT_ALL_WORDS_REQUIRED_TEMPLATE
protected static final String CITY_BOOST_QUERY
protected static final String STREET_BOOST_QUERY
protected static final String NESTED_QUERY_NUMERIC_TEMPLATE
protected static final String NESTED_QUERY_ID_TEMPLATE
protected static final String NESTED_QUERY_OPENSTREETMAP_ID_TEMPLATE
protected static final String FQ_COUNTRYCODE
protected static final String FQ_PLACETYPE
protected static final String FQ_LOCATION
protected static final String BF_NEAREST
protected static final String GEOLOC_QUERY_TEMPLATE
Copyright © 2015. All rights reserved.