Uses of Interface
org.alfresco.solr.query.StructuredFieldPosition
-
Packages that use StructuredFieldPosition Package Description org.alfresco.solr.query -
-
Uses of StructuredFieldPosition in org.alfresco.solr.query
Classes in org.alfresco.solr.query that implement StructuredFieldPosition Modifier and Type Class Description classAbsoluteStructuredFieldPositionThis class patches a term at a specified location.classAbstractStructuredFieldPositionclassAnyStructuredFieldPositionclassDescendantAndSelfStructuredFieldPositionclassRelativeStructuredFieldPositionSearch for a term relative to the last one found.classSelfAxisStructuredFieldPositionMethods in org.alfresco.solr.query that return StructuredFieldPosition Modifier and Type Method Description StructuredFieldPositionStructuredFieldTerm. getSfp()Methods in org.alfresco.solr.query that return types with arguments of type StructuredFieldPosition Modifier and Type Method Description java.util.List<StructuredFieldPosition>SolrPathQuery. getPathStructuredFieldPositions()Method parameters in org.alfresco.solr.query with type arguments of type StructuredFieldPosition Modifier and Type Method Description voidSolrPathQuery. appendQuery(java.util.List<StructuredFieldPosition> sfps)voidSolrPathQuery. setQuery(java.util.List<StructuredFieldPosition> path)Constructors in org.alfresco.solr.query with parameters of type StructuredFieldPosition Constructor Description SolrContainerScorer(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)
-