You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Shae Bottum (Jira)" <ji...@apache.org> on 2020/02/12 16:32:00 UTC

[jira] [Updated] (SOLR-14257) Keyword's not indexed or searchable

     [ https://issues.apache.org/jira/browse/SOLR-14257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shae Bottum updated SOLR-14257:
-------------------------------
    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 "*" or ** "****" or ** "***" etc etc.

  was:
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.


> 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
>            Priority: Major
>
> 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-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org