Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for BooleanClause (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/test/java/org/codelibs/fess/query/parser/QueryParserTest.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.query.parser;
    
    import java.util.List;
    
    import org.apache.lucene.search.BooleanClause;
    import org.apache.lucene.search.BooleanClause.Occur;
    import org.apache.lucene.search.BooleanQuery;
    import org.apache.lucene.search.BoostQuery;
    import org.apache.lucene.search.FuzzyQuery;
    import org.apache.lucene.search.PhraseQuery;
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 11 08:43:05 GMT 2026
    - 5.6K bytes
    - Click Count (0)
Back to Top