Class TurLuceneConstants
java.lang.Object
com.viglet.turing.lucene.TurLuceneConstants
Constants for the Lucene search engine plugin.
- Since:
- 2026.1
- Author:
- Alexandre Oliveira
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final StringSuffix for SortedSetDocValuesFacetField (faceting support).static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringSuffix appended to LONG and DATE field names when storing SortedSetDocValues for faceting, to avoid conflict with their NumericDocValuesField. e.g. field "price" → facet DocValues stored under "price_sf".static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Method Summary
-
Field Details
-
ID
- See Also:
-
TYPE
- See Also:
-
TITLE
- See Also:
-
URL
- See Also:
-
SCORE
- See Also:
-
VERSION
- See Also:
-
BOOST
- See Also:
-
TURING_ENTITY
- See Also:
-
NEWEST
- See Also:
-
OLDEST
- See Also:
-
SOLR_DATE_PATTERN
- See Also:
-
FACET_DIM_CONFIG
Suffix for SortedSetDocValuesFacetField (faceting support).- See Also:
-
SORTED_SET_FACET_SUFFIX
Suffix appended to LONG and DATE field names when storing SortedSetDocValues for faceting, to avoid conflict with their NumericDocValuesField. e.g. field "price" → facet DocValues stored under "price_sf".- See Also:
-