Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-14257

Keyword's not indexed or searchable

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Not A Problem
    • 7.6
    • None
    • Schema and Analysis
    • None

    Description

      During indexing, if the value of your column is the literal char **** , solr's tokenizer will pass over this value and Not tokenize it. This value then is not indexed and therefore not searchable. Need to make this keyword searchable. I understand to search it, you would need to add quotes around the value * to ensure the asterisk is not treated as a wildcard and return all. The use case is searching for the actual value of an asterisk. 

       

      tokenizer works for "jo*n" or "j*n"

      tokenizer does Not work for "******" 

      Attachments

        Activity

          People

            Unassigned Unassigned
            shaewindsor Shae Bottum
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: