Shae Bottum created SOLR-14257:
----------------------------------

             Summary: Keyword's not indexed or searchable
                 Key: SOLR-14257
                 URL: https://issues.apache.org/jira/browse/SOLR-14257
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
          Components: Schema and Analysis
    Affects Versions: 7.6
            Reporter: Shae Bottum


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 "*" or "**" or "***" etc etc.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to