org.apache.lucene.queryParser.surround.query

Class SpanNearClauseFactory


public class SpanNearClauseFactory
extends Object

Copyright 2005 The Apache Software Foundation Licensed 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

void
addSpanNearQuery(Query q)
protected void
addSpanQueryWeighted(SpanQuery sq, float weight)
void
addTermWeighted(Term t, float weight)
void
clear()
BasicQueryFactory
getBasicQueryFactory()
String
getFieldName()
IndexReader
getIndexReader()
TermEnum
getTermEnum(String termText)
SpanQuery
makeSpanNearClause()
int
size()

Constructor Details

SpanNearClauseFactory

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

Method Details

addSpanNearQuery

public void addSpanNearQuery(Query q)

addSpanQueryWeighted

protected void addSpanQueryWeighted(SpanQuery sq,
                                    float weight)

addTermWeighted

public void addTermWeighted(Term t,
                            float weight)
            throws IOException

clear

public void clear()

getBasicQueryFactory

public BasicQueryFactory getBasicQueryFactory()

getFieldName

public String getFieldName()

getIndexReader

public IndexReader getIndexReader()

getTermEnum

public TermEnum getTermEnum(String termText)
            throws IOException

makeSpanNearClause

public SpanQuery makeSpanNearClause()

size

public int size()

Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.