Uses of Class
org.apache.lucene.index.Term
-
-
Uses of Term in org.apache.lucene.index
Methods in org.apache.lucene.index with parameters of type Term Modifier and Type Method Description voidPrefixCodedTerms.Builder. add(Term term)add a termstatic TermStatesTermStates. build(IndexReaderContext context, Term term, boolean needsStats)intTerm. compareTo(Term other)Compares two terms, returning a negative integer if this term belongs before the argument, zero if this term is equal to the argument, and a positive integer if this term belongs after the argument.longIndexWriter. deleteDocuments(Term... terms)Deletes the document(s) containing any of the terms.intBaseCompositeReader. docFreq(Term term)abstract intIndexReader. docFreq(Term term)Returns the number of documents containing theterm.intLeafReader. docFreq(Term term)PostingsEnumLeafReader. postings(Term term)ReturnsPostingsEnumfor the specified term withPostingsEnum.FREQS.PostingsEnumLeafReader. postings(Term term, int flags)ReturnsPostingsEnumfor the specified term.longIndexWriter. softUpdateDocument(Term term, Iterable<? extends IndexableField> doc, Field... softDeletes)Expert: Updates a document by first updating the document(s) containingtermwith the given doc-values fields and then adding the new document.longIndexWriter. softUpdateDocuments(Term term, Iterable<? extends Iterable<? extends IndexableField>> docs, Field... softDeletes)Expert: Atomically updates documents matching the provided term with the given doc-values fields and adds a block of documents with sequentially assigned document IDs, such that an external reader will see all or none of the documents.longBaseCompositeReader. totalTermFreq(Term term)abstract longIndexReader. totalTermFreq(Term term)Returns the total number of occurrences oftermacross all documents (the sum of the freq() for each doc that has this term).longLeafReader. totalTermFreq(Term term)Returns the number of documents containing the termt.longIndexWriter. updateBinaryDocValue(Term term, String field, BytesRef value)longIndexWriter. updateDocument(Term term, Iterable<? extends IndexableField> doc)Updates a document by first deleting the document(s) containingtermand then adding the new document.longIndexWriter. updateDocuments(Term delTerm, Iterable<? extends Iterable<? extends IndexableField>> docs)Atomically deletes documents matching the provided delTerm and adds a block of documents with sequentially assigned document IDs, such that an external reader will see all or none of the documents.longIndexWriter. updateDocValues(Term term, Field... updates)Updates documents' DocValues fields to the given values.longIndexWriter. updateNumericDocValue(Term term, String field, long value) -
Uses of Term in org.apache.lucene.queries
Fields in org.apache.lucene.queries with type parameters of type Term Modifier and Type Field Description protected List<Term>CommonTermsQuery. termsMethods in org.apache.lucene.queries that return types with arguments of type Term Modifier and Type Method Description List<Term>BlendedTermQuery. getTerms()List<Term>CommonTermsQuery. getTerms()Gets the list of terms.Methods in org.apache.lucene.queries with parameters of type Term Modifier and Type Method Description voidCommonTermsQuery. add(Term term)Adds a term to theCommonTermsQueryprotected QueryCommonTermsQuery. buildQuery(int maxDoc, TermStates[] contextArray, Term[] queryTerms)voidCommonTermsQuery. collectTermStates(IndexReader reader, List<LeafReaderContext> leaves, TermStates[] contextArray, Term[] queryTerms)static BlendedTermQueryBlendedTermQuery. commonTermsBlendedQuery(Term[] terms, float[] boosts, float maxTermFrequency)Deprecated.Since max_score optimization landed in 7.0, normal MultiMatchQuery will achieve the same result without any configuration.static BlendedTermQueryBlendedTermQuery. dismaxBlendedQuery(Term[] terms, float tieBreakerMultiplier)static BlendedTermQueryBlendedTermQuery. dismaxBlendedQuery(Term[] terms, float[] boosts, float tieBreakerMultiplier)protected QueryCommonTermsQuery. newTermQuery(Term term, TermStates termStates)Builds a new TermQuery instance.protected abstract QueryBlendedTermQuery. topLevelQuery(Term[] terms, TermStates[] ctx, int[] docFreqs, int maxDoc)Constructors in org.apache.lucene.queries with parameters of type Term Constructor Description BlendedTermQuery(Term[] terms, float[] boosts) -
Uses of Term in org.apache.lucene.queryparser.classic
Methods in org.apache.lucene.queryparser.classic with parameters of type Term Modifier and Type Method Description protected QueryQueryParserBase. newFuzzyQuery(Term term, float minimumSimilarity, int prefixLength)Builds a new FuzzyQuery instanceprotected QueryQueryParserBase. newPrefixQuery(Term prefix)Builds a new PrefixQuery instanceprotected QueryQueryParserBase. newRegexpQuery(Term regexp)Builds a new RegexpQuery instanceprotected QueryQueryParserBase. newWildcardQuery(Term t)Builds a new WildcardQuery instance -
Uses of Term in org.apache.lucene.search
Fields in org.apache.lucene.search declared as Term Modifier and Type Field Description protected TermAutomatonQuery. termterm containing the field, and possibly some pattern structureMethods in org.apache.lucene.search that return Term Modifier and Type Method Description TermPrefixQuery. getPrefix()Returns the prefix of this query.TermRegexpQuery. getRegexp()Returns the regexp of this query wrapped in a Term.TermFuzzyQuery. getTerm()Returns the pattern term.TermTermQuery. getTerm()Returns the term of this query.TermWildcardQuery. getTerm()Returns the pattern term.Term[][]MultiPhraseQuery. getTermArrays()Returns the arrays of arrays of terms in the multi-phrase.Term[]PhraseQuery. getTerms()Returns the list of terms in this phrase.Methods in org.apache.lucene.search that return types with arguments of type Term Modifier and Type Method Description List<Term>SynonymQuery. getTerms()Methods in org.apache.lucene.search with parameters of type Term Modifier and Type Method Description BlendedTermQuery.BuilderBlendedTermQuery.Builder. add(Term term)Add a newTermto this builder, with a default boost of1.BlendedTermQuery.BuilderBlendedTermQuery.Builder. add(Term term, float boost)Add aTermwith the provided boost.BlendedTermQuery.BuilderBlendedTermQuery.Builder. add(Term term, float boost, TermStates context)Expert: Add aTermwith the provided boost and context.MultiPhraseQuery.BuilderMultiPhraseQuery.Builder. add(Term term)Add a single term at the next position in the phrase.MultiPhraseQuery.BuilderMultiPhraseQuery.Builder. add(Term[] terms)Add multiple terms at the next position in the phrase.MultiPhraseQuery.BuilderMultiPhraseQuery.Builder. add(Term[] terms, int position)Allows to specify the relative position of terms within the phrase.PhraseQuery.BuilderPhraseQuery.Builder. add(Term term)Adds a term to the end of the query phrase.PhraseQuery.BuilderPhraseQuery.Builder. add(Term term, int position)Adds a term to the end of the query phrase.protected voidMultiTermQuery.TopTermsBlendedFreqScoringRewrite. addClause(BlendedTermQuery.Builder topLevel, Term term, int docCount, float boost, TermStates states)protected voidMultiTermQuery.TopTermsBoostOnlyBooleanQueryRewrite. addClause(BooleanQuery.Builder topLevel, Term term, int docFreq, float boost, TermStates states)protected voidMultiTermQuery.TopTermsScoringBooleanQueryRewrite. addClause(BooleanQuery.Builder topLevel, Term term, int docCount, float boost, TermStates states)SynonymQuery.BuilderSynonymQuery.Builder. addTerm(Term term)Adds the providedtermas a synonym.SynonymQuery.BuilderSynonymQuery.Builder. addTerm(Term term, float boost)Adds the providedtermas a synonym, document frequencies of this term will be boosted byboost.voidQueryVisitor. consumeTerms(Query query, Term... terms)Called by leaf queries that match on specific termsTermStatisticsIndexSearcher. termStatistics(Term term, int docFreq, long totalTermFreq)ReturnsTermStatisticsfor a term.TermStatisticsIndexSearcher. termStatistics(Term term, TermStates context)Deprecated.in favor ofIndexSearcher.termStatistics(Term, int, long).static AutomatonWildcardQuery. toAutomaton(Term wildcardquery)Convert Lucene wildcard syntax into an automaton.Method parameters in org.apache.lucene.search with type arguments of type Term Modifier and Type Method Description voidConstantScoreWeight. extractTerms(Set<Term> terms)voidDisjunctionMaxQuery.DisjunctionMaxWeight. extractTerms(Set<Term> terms)voidFilterWeight. extractTerms(Set<Term> terms)abstract voidWeight. extractTerms(Set<Term> terms)Expert: adds all terms occurring in this query to the terms set.static QueryVisitorQueryVisitor. termCollector(Set<Term> termSet)Builds aQueryVisitorinstance that collects all terms that may match a queryConstructors in org.apache.lucene.search with parameters of type Term Constructor Description AutomatonQuery(Term term, Automaton automaton)Create a new AutomatonQuery from anAutomaton.AutomatonQuery(Term term, Automaton automaton, int maxDeterminizedStates)Create a new AutomatonQuery from anAutomaton.AutomatonQuery(Term term, Automaton automaton, int maxDeterminizedStates, boolean isBinary)Create a new AutomatonQuery from anAutomaton.FuzzyQuery(Term term)FuzzyQuery(Term term, int maxEdits)FuzzyQuery(Term term, int maxEdits, int prefixLength)FuzzyQuery(Term term, int maxEdits, int prefixLength, int maxExpansions, boolean transpositions)Create a new FuzzyQuery that will match terms with an edit distance of at mostmaxEditstoterm.FuzzyTermsEnum(Terms terms, AttributeSource atts, Term term, int maxEdits, int prefixLength, boolean transpositions)Constructor for enumeration of all terms from specifiedreaderwhich share a prefix of lengthprefixLengthwithtermand which have at mostmaxEditsedits.PrefixQuery(Term prefix)Constructs a query for terms starting withprefix.RegexpQuery(Term term)Constructs a query for terms matchingterm.RegexpQuery(Term term, int flags)Constructs a query for terms matchingterm.RegexpQuery(Term term, int flags, int maxDeterminizedStates)Constructs a query for terms matchingterm.RegexpQuery(Term term, int flags, AutomatonProvider provider, int maxDeterminizedStates)Constructs a query for terms matchingterm.SynonymQuery(Term... terms)Deprecated.Please use aSynonymQuery.Builderinstead.TermQuery(Term t)Constructs a query for the termt.TermQuery(Term t, TermStates states)Expert: constructs a TermQuery that will use the provided docFreq instead of looking up the docFreq against the searcher.WildcardQuery(Term term)Constructs a query for terms matchingterm.WildcardQuery(Term term, int maxDeterminizedStates)Constructs a query for terms matchingterm. -
Uses of Term in org.apache.lucene.search.spans
Fields in org.apache.lucene.search.spans declared as Term Modifier and Type Field Description protected TermSpanTermQuery. termprotected TermTermSpans. termMethods in org.apache.lucene.search.spans that return Term Modifier and Type Method Description TermSpanTermQuery. getTerm()Return the term whose spans are matched.Methods in org.apache.lucene.search.spans that return types with arguments of type Term Modifier and Type Method Description static Map<Term,TermStates>SpanQuery. getTermStates(Collection<SpanWeight> weights)Build a map of terms toTermStates, for use in constructing SpanWeightsstatic Map<Term,TermStates>SpanQuery. getTermStates(SpanWeight... weights)Build a map of terms toTermStates, for use in constructing SpanWeightsMethods in org.apache.lucene.search.spans with parameters of type Term Modifier and Type Method Description voidSpanCollector. collectLeaf(PostingsEnum postings, int position, Term term)Collect information from postingsMethod parameters in org.apache.lucene.search.spans with type arguments of type Term Modifier and Type Method Description voidSpanNearQuery.SpanNearWeight. extractTerms(Set<Term> terms)voidSpanNotQuery.SpanNotWeight. extractTerms(Set<Term> terms)voidSpanOrQuery.SpanOrWeight. extractTerms(Set<Term> terms)voidSpanPositionCheckQuery.SpanPositionCheckWeight. extractTerms(Set<Term> terms)voidSpanTermQuery.SpanTermWeight. extractTerms(Set<Term> terms)voidSpanNearQuery.SpanNearWeight. extractTermStates(Map<Term,TermStates> contexts)voidSpanNotQuery.SpanNotWeight. extractTermStates(Map<Term,TermStates> contexts)voidSpanOrQuery.SpanOrWeight. extractTermStates(Map<Term,TermStates> contexts)voidSpanPositionCheckQuery.SpanPositionCheckWeight. extractTermStates(Map<Term,TermStates> contexts)voidSpanTermQuery.SpanTermWeight. extractTermStates(Map<Term,TermStates> contexts)abstract voidSpanWeight. extractTermStates(Map<Term,TermStates> contexts)Collect all TermStates used by this WeightConstructors in org.apache.lucene.search.spans with parameters of type Term Constructor Description SpanTermQuery(Term term)Construct a SpanTermQuery matching the named term's spans.SpanTermQuery(Term term, TermStates termStates)Expert: Construct a SpanTermQuery matching the named term's spans, using the provided TermStatesTermSpans(LeafSimScorer scorer, PostingsEnum postings, Term term, float positionsCost)Constructor parameters in org.apache.lucene.search.spans with type arguments of type Term Constructor Description SpanContainingWeight(IndexSearcher searcher, Map<Term,TermStates> terms, SpanWeight bigWeight, SpanWeight littleWeight, float boost)SpanNearWeight(List<SpanWeight> subWeights, IndexSearcher searcher, Map<Term,TermStates> terms, float boost)SpanNotWeight(IndexSearcher searcher, Map<Term,TermStates> terms, SpanWeight includeWeight, SpanWeight excludeWeight, float boost)SpanOrWeight(IndexSearcher searcher, Map<Term,TermStates> terms, List<SpanWeight> subWeights, float boost)SpanPositionCheckWeight(SpanWeight matchWeight, IndexSearcher searcher, Map<Term,TermStates> terms, float boost)SpanTermWeight(TermStates termStates, IndexSearcher searcher, Map<Term,TermStates> terms, float boost)SpanWeight(SpanQuery query, IndexSearcher searcher, Map<Term,TermStates> termStates, float boost)Create a new SpanWeightSpanWithinWeight(IndexSearcher searcher, Map<Term,TermStates> terms, SpanWeight bigWeight, SpanWeight littleWeight, float boost) -
Uses of Term in org.apache.lucene.search.spell
Methods in org.apache.lucene.search.spell with parameters of type Term Modifier and Type Method Description SuggestWord[]DirectSpellChecker. suggestSimilar(Term term, int numSug, IndexReader ir)protected Collection<DirectSpellChecker.ScoreTerm>DirectSpellChecker. suggestSimilar(Term term, int numSug, IndexReader ir, int docfreq, int editDistance, float accuracy, CharsRefBuilder spare)Provide spelling corrections based on several parameters.SuggestWord[]DirectSpellChecker. suggestSimilar(Term term, int numSug, IndexReader ir, SuggestMode suggestMode)SuggestWord[]DirectSpellChecker. suggestSimilar(Term term, int numSug, IndexReader ir, SuggestMode suggestMode, float accuracy)Suggest similar words. -
Uses of Term in org.apache.lucene.search.suggest.document
Methods in org.apache.lucene.search.suggest.document that return Term Modifier and Type Method Description TermCompletionQuery. getTerm()Returns the term to be queried againstMethod parameters in org.apache.lucene.search.suggest.document with type arguments of type Term Modifier and Type Method Description voidCompletionWeight. extractTerms(Set<Term> terms)Constructors in org.apache.lucene.search.suggest.document with parameters of type Term Constructor Description CompletionQuery(Term term, BitsProducer filter)Creates a base Completion query against atermwith afilterto scope the documentsFuzzyCompletionQuery(Analyzer analyzer, Term term)CallsFuzzyCompletionQuery(Analyzer, Term, BitsProducer)with no filterFuzzyCompletionQuery(Analyzer analyzer, Term term, BitsProducer filter)CallsFuzzyCompletionQuery(Analyzer, Term, BitsProducer, int, boolean, int, int, boolean, int)with defaults formaxEdits,transpositions,nonFuzzyPrefix,minFuzzyLength,unicodeAwareandmaxDeterminizedStatesSeeFuzzyCompletionQuery.DEFAULT_MAX_EDITS,FuzzyCompletionQuery.DEFAULT_TRANSPOSITIONS,FuzzyCompletionQuery.DEFAULT_NON_FUZZY_PREFIX,FuzzyCompletionQuery.DEFAULT_MIN_FUZZY_LENGTH,FuzzyCompletionQuery.DEFAULT_UNICODE_AWAREandOperations.DEFAULT_MAX_DETERMINIZED_STATESfor defaultsFuzzyCompletionQuery(Analyzer analyzer, Term term, BitsProducer filter, int maxEdits, boolean transpositions, int nonFuzzyPrefix, int minFuzzyLength, boolean unicodeAware, int maxDeterminizedStates)Constructs an analyzed fuzzy prefix completion queryPrefixCompletionQuery(Analyzer analyzer, Term term)CallsPrefixCompletionQuery(Analyzer, Term, BitsProducer)with no filterPrefixCompletionQuery(Analyzer analyzer, Term term, BitsProducer filter)Constructs an analyzed prefix completion queryRegexCompletionQuery(Term term)CallsRegexCompletionQuery(Term, BitsProducer)with no filterRegexCompletionQuery(Term term, int flags, int maxDeterminizedStates)CallsRegexCompletionQuery(Term, int, int, BitsProducer)with no filterRegexCompletionQuery(Term term, int flags, int maxDeterminizedStates, BitsProducer filter)Constructs a regular expression completion queryRegexCompletionQuery(Term term, BitsProducer filter)CallsRegexCompletionQuery(Term, int, int, BitsProducer)enabling all optional regex syntax andmaxDeterminizedStatesof 10000 -
Uses of Term in org.apache.lucene.search.uhighlight
Methods in org.apache.lucene.search.uhighlight that return types with arguments of type Term Modifier and Type Method Description protected static Set<Term>UnifiedHighlighter. extractTerms(Query query)Extracts matching terms after rewriting against an empty indexMethod parameters in org.apache.lucene.search.uhighlight with type arguments of type Term Modifier and Type Method Description protected static BytesRef[]UnifiedHighlighter. filterExtractedTerms(Predicate<String> fieldMatcher, Set<Term> queryTerms)protected FieldHighlighterCustomUnifiedHighlighter. getFieldHighlighter(String field, Query query, Set<Term> allTerms, int maxPassages)protected FieldHighlighterUnifiedHighlighter. getFieldHighlighter(String field, Query query, Set<Term> allTerms, int maxPassages)protected UHComponentsUnifiedHighlighter. getHighlightComponents(String field, Query query, Set<Term> allTerms) -
Uses of Term in org.apache.lucene.util
Methods in org.apache.lucene.util with parameters of type Term Modifier and Type Method Description protected QueryQueryBuilder. newSynonymQuery(Term[] terms)Builds a new SynonymQuery instance.protected QueryQueryBuilder. newTermQuery(Term term)Builds a new TermQuery instance.Method parameters in org.apache.lucene.util with type arguments of type Term Modifier and Type Method Description protected voidQueryBuilder. add(BooleanQuery.Builder q, List<Term> current, BooleanClause.Occur operator) -
Uses of Term in org.apache.lucene.util.graph
Methods in org.apache.lucene.util.graph that return Term Modifier and Type Method Description Term[]GraphTokenStreamFiniteStrings. getTerms(String field, int state)Returns the list of terms that start at the provided state -
Uses of Term in org.elasticsearch.action.termvectors
Methods in org.elasticsearch.action.termvectors with parameters of type Term Modifier and Type Method Description TermVectorsFilter.ScoreTermTermVectorsFilter. getScoreTerm(Term term)booleanTermVectorsFilter. hasScoreTerm(Term term) -
Uses of Term in org.elasticsearch.common.lucene.search
Methods in org.elasticsearch.common.lucene.search that return Term Modifier and Type Method Description Term[][]MultiPhrasePrefixQuery. getTerms()Returns the terms for each position in this phraseMethods in org.elasticsearch.common.lucene.search with parameters of type Term Modifier and Type Method Description voidMultiPhrasePrefixQuery. add(Term term)Add a single term at the next position in the phrase.voidMultiPhrasePrefixQuery. add(Term[] terms)Add multiple terms at the next position in the phrase.voidMultiPhrasePrefixQuery. add(Term[] terms, int position)Allows to specify the relative position of terms within the phrase.Method parameters in org.elasticsearch.common.lucene.search with type arguments of type Term Modifier and Type Method Description voidXMoreLikeThis. setSkipTerms(Set<Term> skipTerms)Sets a list of terms to never select from -
Uses of Term in org.elasticsearch.common.lucene.uid
Methods in org.elasticsearch.common.lucene.uid with parameters of type Term Modifier and Type Method Description static VersionsAndSeqNoResolver.DocIdAndSeqNoVersionsAndSeqNoResolver. loadDocIdAndSeqNo(IndexReader reader, Term term)Loads the internal docId and sequence number of the latest copy for a given uid from the provided reader.static VersionsAndSeqNoResolver.DocIdAndVersionVersionsAndSeqNoResolver. loadDocIdAndVersion(IndexReader reader, Term term, boolean loadSeqNo)Load the internal doc ID and version for the uid from the reader, returning null if the uid wasn't found, a doc ID and a version otherwise -
Uses of Term in org.elasticsearch.index.engine
Methods in org.elasticsearch.index.engine that return Term Modifier and Type Method Description TermEngine.Get. uid()TermEngine.NoOp. uid()TermEngine.Operation. uid()Constructors in org.elasticsearch.index.engine with parameters of type Term Constructor Description Delete(String type, String id, Term uid, long primaryTerm)Delete(String type, String id, Term uid, long seqNo, long primaryTerm, long version, VersionType versionType, Engine.Operation.Origin origin, long startTime, long ifSeqNo, long ifPrimaryTerm)Get(boolean realtime, boolean readFromTranslog, String type, String id, Term uid)Index(Term uid, long primaryTerm, ParsedDocument doc)Index(Term uid, ParsedDocument doc, long seqNo, long primaryTerm, long version, VersionType versionType, Engine.Operation.Origin origin, long startTime, long autoGeneratedIdTimestamp, boolean isRetry, long ifSeqNo, long ifPrimaryTerm)Operation(Term uid, long seqNo, long primaryTerm, long version, VersionType versionType, Engine.Operation.Origin origin, long startTime) -
Uses of Term in org.elasticsearch.index.mapper
Methods in org.elasticsearch.index.mapper that return Term Modifier and Type Method Description static TermMappedFieldType. extractTerm(Query termQuery)Extract aTermfrom a query created withMappedFieldType.termQuery(java.lang.Object, org.elasticsearch.index.query.QueryShardContext)by recursively removingBoostQuerywrappers. -
Uses of Term in org.elasticsearch.index.search
Methods in org.elasticsearch.index.search with parameters of type Term Modifier and Type Method Description protected QueryQueryStringQueryParser. newFuzzyQuery(Term term, float minimumSimilarity, int prefixLength)protected QuerySimpleQueryStringQueryParser. newTermQuery(Term term) -
Uses of Term in org.elasticsearch.index.translog
Methods in org.elasticsearch.index.translog that return Term Modifier and Type Method Description TermTranslog.Delete. uid()Constructors in org.elasticsearch.index.translog with parameters of type Term Constructor Description Delete(String type, String id, long seqNo, long primaryTerm, Term uid)utility for testingDelete(String type, String id, Term uid, long seqNo, long primaryTerm, long version) -
Uses of Term in org.elasticsearch.search.dfs
Methods in org.elasticsearch.search.dfs that return Term Modifier and Type Method Description Term[]DfsSearchResult. terms()Methods in org.elasticsearch.search.dfs that return types with arguments of type Term Modifier and Type Method Description ObjectObjectHashMap<Term,TermStatistics>AggregatedDfs. termStatistics()Methods in org.elasticsearch.search.dfs with parameters of type Term Modifier and Type Method Description DfsSearchResultDfsSearchResult. termsStatistics(Term[] terms, TermStatistics[] termStatistics)Constructor parameters in org.elasticsearch.search.dfs with type arguments of type Term Constructor Description AggregatedDfs(ObjectObjectHashMap<Term,TermStatistics> termStatistics, ObjectObjectHashMap<String,CollectionStatistics> fieldStatistics, long maxDoc) -
Uses of Term in org.elasticsearch.search.internal
Methods in org.elasticsearch.search.internal with parameters of type Term Modifier and Type Method Description TermStatisticsContextIndexSearcher. termStatistics(Term term, int docFreq, long totalTermFreq) -
Uses of Term in org.elasticsearch.search.profile.query
Method parameters in org.elasticsearch.search.profile.query with type arguments of type Term Modifier and Type Method Description voidProfileWeight. extractTerms(Set<Term> set)
-