[ https://issues.apache.org/jira/browse/SOLR-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13082569#comment-13082569 ]
Simon Rosenthal commented on SOLR-2703: --------------------------------------- +1 on eventually adding analysis support to the parser. The default (1024) for maxBasicQueries seems more than adequate but it wouldn't hurt to have it as a parameter. I found that a field simply analyzed with lowercasing and the EnglishPluralStemmer gave decent results, and wildcard searches using the base form of the term will mostly compensate for lack of stemming support - all this can be documented in the javadocs and the Wiki. > Add support for the Lucene Surround Parser > ------------------------------------------ > > Key: SOLR-2703 > URL: https://issues.apache.org/jira/browse/SOLR-2703 > Project: Solr > Issue Type: New Feature > Components: search > Affects Versions: 4.0 > Reporter: Simon Rosenthal > Priority: Minor > Attachments: SOLR-2703.patch > > > The Lucene/contrib surround parser provides support for span queries. This > issue adds a Solr plugin for this parser -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org