org.apache.lucene.queryParser.surround.query

Class SpanNearClauseFactory

public class SpanNearClauseFactory extends Object

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Constructor Summary
SpanNearClauseFactory(IndexReader reader, String fieldName, BasicQueryFactory qf)
Method Summary
voidaddSpanNearQuery(Query q)
protected voidaddSpanQueryWeighted(SpanQuery sq, float weight)
voidaddTermWeighted(Term t, float weight)
voidclear()
BasicQueryFactorygetBasicQueryFactory()
StringgetFieldName()
IndexReadergetIndexReader()
TermEnumgetTermEnum(String termText)
SpanQuerymakeSpanNearClause()
intsize()

Constructor Detail

SpanNearClauseFactory

public SpanNearClauseFactory(IndexReader reader, String fieldName, BasicQueryFactory qf)

Method Detail

addSpanNearQuery

public void addSpanNearQuery(Query q)

addSpanQueryWeighted

protected void addSpanQueryWeighted(SpanQuery sq, float weight)

addTermWeighted

public void addTermWeighted(Term t, float weight)

clear

public void clear()

getBasicQueryFactory

public BasicQueryFactory getBasicQueryFactory()

getFieldName

public String getFieldName()

getIndexReader

public IndexReader getIndexReader()

getTermEnum

public TermEnum getTermEnum(String termText)

makeSpanNearClause

public SpanQuery makeSpanNearClause()

size

public int size()
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.