[ 
https://issues.apache.org/jira/browse/LUCENE-6130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14255966#comment-14255966
 ] 

Erick Erickson commented on LUCENE-6130:
----------------------------------------

Please raise this issue on the user's list rather than raising a JIRA, we try 
to keep JIRAs for known bugs/improvements.

When you do, it would be better if you gave some example documents, how you 
want them searched, and
the result of &debug=query on your URL.

My _guess_ is that you're not getting the parsing you expect. First of all, 
it's not a keyword, they are tokens.
If you want them to be only considered as a single token you should be using 
something like
KeywordTokenizerFactory, possibly followed by LowercaseFilterFactory. The 
admin/analysis page is
invaluable here.


> Solr partial search
> -------------------
>
>                 Key: LUCENE-6130
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6130
>             Project: Lucene - Core
>          Issue Type: New Feature
>         Environment: Solr Search
>            Reporter: Arvind
>            Priority: Critical
>
> I am using SOLR version 4.7. when i search result with multiple combination 
> of keyword. solr should give only matched result, Currently it is giving 
> matched result as well as individual single keyword result.
> EXample: "black diamond Luxurman". when i search result from this keyword. 
> SOLR gives result by first result from all three combine keyword then it is 
> giving result follow by black,  diamond  and Luxurman keyword.
> I am wanting solr give result from only combine word and not break the word.
> Let me know.
> Thanks
> Arvind



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to