Uses of Interface
org.alfresco.solr.query.StructuredFieldPosition
Packages that use StructuredFieldPosition
-
Uses of StructuredFieldPosition in org.alfresco.solr.query
Classes in org.alfresco.solr.query that implement StructuredFieldPositionModifier and TypeClassDescriptionclassThis class patches a term at a specified location.classclassclassclassSearch for a term relative to the last one found.classMethods in org.alfresco.solr.query that return StructuredFieldPositionMethods in org.alfresco.solr.query that return types with arguments of type StructuredFieldPositionMethod parameters in org.alfresco.solr.query with type arguments of type StructuredFieldPositionModifier and TypeMethodDescriptionvoidSolrPathQuery.appendQuery(List<StructuredFieldPosition> sfps) voidSolrPathQuery.setQuery(List<StructuredFieldPosition> path) Constructors in org.alfresco.solr.query with parameters of type StructuredFieldPositionModifierConstructorDescriptionSolrContainerScorer(org.apache.lucene.search.Weight weight, org.apache.lucene.index.PostingsEnum root, StructuredFieldPosition[] positions) The arguments here follow the same pattern as used by the PhraseQuery.StructuredFieldTerm(org.apache.lucene.index.Term term, StructuredFieldPosition sfp)