Class ClassificationFreeTextQueryBuilder

  • All Implemented Interfaces:
    FreeTextQueryBuilder

    @Deprecated(since="6.4",
                forRemoval=true)
    public class ClassificationFreeTextQueryBuilder
    extends AbstractFreeTextQueryBuilder
    Deprecated, for removal: This API element is subject to removal in a future version.
    Since 6.4, default search mode (instead of legacy) should be used.
    Implementation of FreeTextQueryBuilder that finds all the searchable ClassAttributeAssignments
    • Constructor Detail

      • ClassificationFreeTextQueryBuilder

        public ClassificationFreeTextQueryBuilder()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • getBoost

        protected int getBoost()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setBoost

        public void setBoost​(int boost)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • addFreeTextQuery

        public void addFreeTextQuery​(SearchQuery searchQuery,
                                     java.lang.String fullText,
                                     java.lang.String[] textWords)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Description copied from interface: FreeTextQueryBuilder
        Add a free text query to the search query.
        Parameters:
        searchQuery - The search query to add search terms to
        fullText - The full text of the query
        textWords - The full text query split into words
      • getSearchableClassificationProperties

        protected java.util.List<IndexedProperty> getSearchableClassificationProperties​(IndexedType indexedType)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • addIndexedProperty

        protected void addIndexedProperty​(java.util.List<IndexedProperty> result,
                                          IndexedProperty indexedProperty)
        Deprecated, for removal: This API element is subject to removal in a future version.