Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-5082

For SolrQueryParserBase.getPrefixQuery(String field, String termStr), use BytesRef from calling FieldType.readableToIndexed for Term

Details

    • Wish
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 4.3
    • None
    • core/queryparser
    • New

    Description

      Currently, SolrQueryParserBase.getFieldQuery calls FieldType.getFieldQuery, which in turn calls readableToIndexed to get a type-specific BytesRef to pass to Term constructor. I would like SolrQueryParserBase.getPrefixQuery to do the same thing so that I can implement my own indexed binary field and allow my field to process my base64 encoded string query.

      Attachments

        Activity

          People

            Unassigned Unassigned
            mewmewball Jessica Cheng Mallet
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: