[
https://issues.apache.org/jira/browse/SOLR-1604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12981322#action_12981322
]
Ahmet Arslan commented on SOLR-1604:
------------------------------------
Use the most recent file which is non-gray color. Also there is a "date
attached" info for files.
It works for "(a b) c"~10. This is equivalent to "a c"~10 OR "b c"~10.
SurroundQueryParser does not use Analyzer. It recommended to heavily use
wildcard operator instead.
e.g. instead of searching foo bar, you search foo* bar*
But if you are using Standard Analyzer which does not have stemming in it, I
think you can use Surround.
You can pre-lowercase your queries etc. You can even pre-analyze your queries
since your analyzer does not inject new tokens.
But your queries must be well formed, there is not default operator in this.
But I think it is better to discuss these things in solr/lucene-user mailing
list.
> Wildcards, ORs etc inside Phrase Queries
> ----------------------------------------
>
> Key: SOLR-1604
> URL: https://issues.apache.org/jira/browse/SOLR-1604
> Project: Solr
> Issue Type: Improvement
> Components: search
> Affects Versions: 1.4
> Reporter: Ahmet Arslan
> Priority: Minor
> Fix For: Next
>
> Attachments: ComplexPhrase.zip, ComplexPhrase.zip, ComplexPhrase.zip,
> ComplexPhrase.zip, ComplexPhraseQueryParser.java, SOLR-1604.patch
>
>
> Solr Plugin for ComplexPhraseQueryParser (LUCENE-1486) which supports
> wildcards, ORs, ranges, fuzzies inside phrase queries.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]