Interface CustomQueryHandler

  • All Known Implementing Classes:
    RegexpQueryHandler

    public interface CustomQueryHandler
    Builds a QueryTree for a query that needs custom treatment

    The default query analyzers will use the QueryVisitor API to extract terms from queries. If different handling is needed, implement a CustomQueryHandler and pass it to the presearcher