BooleanQuery add public method that returns number of clauses this query
------------------------------------------------------------------------

         Key: LUCENE-476
         URL: http://issues.apache.org/jira/browse/LUCENE-476
     Project: Lucene - Java
        Type: Improvement
  Components: Search  
    Reporter: Volodymyr Bychkoviak


BooleanQuery add public method getClausesCount() that returns number of clauses 
this query.

current ways of getting clauses count are:
1).
 int clausesCount  = booleanQuery.getClauses().length;

or 



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to