com.atlassian.jira.issue.search.parameters.lucene.util
Class QueryForCommentsCreator.BoostQueryCreator

java.lang.Object
  extended by com.atlassian.jira.issue.search.parameters.lucene.util.QueryForCommentsCreator.BoostQueryCreator
Enclosing class:
QueryForCommentsCreator

abstract static class QueryForCommentsCreator.BoostQueryCreator
extends Object

Implement this class in order to create query for boost field


Constructor Summary
QueryForCommentsCreator.BoostQueryCreator()
           
 
Method Summary
(package private) abstract  org.apache.lucene.search.Query createBoostQueryForField(String field)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryForCommentsCreator.BoostQueryCreator

QueryForCommentsCreator.BoostQueryCreator()
Method Detail

createBoostQueryForField

abstract org.apache.lucene.search.Query createBoostQueryForField(String field)
                                                          throws org.apache.lucene.queryParser.ParseException
Throws:
org.apache.lucene.queryParser.ParseException


Copyright © 2002-2007 Atlassian. All Rights Reserved.