You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Simon Rosenthal (JIRA)" <ji...@apache.org> on 2011/08/10 00:23:27 UTC

[jira] [Created] (SOLR-2703) Add support for the Lucene Surround Parser

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


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


[jira] [Issue Comment Edited] (SOLR-2703) Add support for the Lucene Surround Parser

Posted by "Rahul Mehta (Issue Comment Edited) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13155816#comment-13155816 ] 

Rahul Mehta edited comment on SOLR-2703 at 11/23/11 11:30 AM:
--------------------------------------------------------------

Please tell how  to install this patch.
                
      was (Author: rahul23134):
    Please document steps needed to install this patch.
                  
> 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
>            Assignee: Erik Hatcher
>            Priority: Minor
>             Fix For: 4.0
>
>         Attachments: SOLR-2703.patch, SOLR-2703.patch, 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-2703) Add support for the Lucene Surround Parser

Posted by "Erik Hatcher (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13096208#comment-13096208 ] 

Erik Hatcher commented on SOLR-2703:
------------------------------------

I got beat up on this about the Velocity dependency in Core, so I'm now weary of adding this query parser as a built-in "surround" registered parser since it'll add a run-time dependency on an additional JAR file.

Simon - cool to remove this auto-registration and we just wire it into Solr's example configuration?  (once we get the test dependency on the example configuration trimmed out)

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


[jira] [Commented] (SOLR-2703) Add support for the Lucene Surround Parser

Posted by "Rahul Mehta (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13155816#comment-13155816 ] 

Rahul Mehta commented on SOLR-2703:
-----------------------------------

Please document steps needed to install this patch.
                
> 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
>            Assignee: Erik Hatcher
>            Priority: Minor
>             Fix For: 4.0
>
>         Attachments: SOLR-2703.patch, SOLR-2703.patch, 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-2703) Add support for the Lucene Surround Parser

Posted by "abhimanyu (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13189658#comment-13189658 ] 

abhimanyu commented on SOLR-2703:
---------------------------------

highlighter component does not work with surround parser , are there any plugin or patches available to highlight the result set returned by using surround parser or by using surround defType.
                
> 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
>            Assignee: Erik Hatcher
>            Priority: Minor
>             Fix For: 4.0
>
>         Attachments: SOLR-2703.patch, SOLR-2703.patch, 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-2703) Add support for the Lucene Surround Parser

Posted by "Jason (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13169976#comment-13169976 ] 

Jason commented on SOLR-2703:
-----------------------------

Doesn't support range query?

                
> 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
>            Assignee: Erik Hatcher
>            Priority: Minor
>             Fix For: 4.0
>
>         Attachments: SOLR-2703.patch, SOLR-2703.patch, 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-2703) Add support for the Lucene Surround Parser

Posted by "Shalu Singh (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13219958#comment-13219958 ] 

Shalu Singh commented on SOLR-2703:
-----------------------------------

Hi Ahmet, i am trying to include the SOLR-2703.patch into SOLR 3.5 downloaded from SVN branches to provide Surround parser. But it is not working after including the 2703 SOLR patch. Do u know how to apply the same??
                
> 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
>            Assignee: Erik Hatcher
>            Priority: Minor
>             Fix For: 4.0
>
>         Attachments: SOLR-2703.patch, SOLR-2703.patch, 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-2703) Add support for the Lucene Surround Parser

Posted by "Simon Rosenthal (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098133#comment-13098133 ] 

Simon Rosenthal commented on SOLR-2703:
---------------------------------------

Should hold up on the commit until https://issues.apache.org/jira/browse/LUCENE-2945 patch has been committed, otherwise query caching is very broken. I updated the patch for that issue to work with trunk a few weeks ago.

> 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
>            Assignee: Erik Hatcher
>            Priority: Minor
>         Attachments: SOLR-2703.patch, SOLR-2703.patch, 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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-2703) Add support for the Lucene Surround Parser

Posted by "Simon Rosenthal (JIRA)" <ji...@apache.org>.
    [ 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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Resolved] (SOLR-2703) Add support for the Lucene Surround Parser

Posted by "Erik Hatcher (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erik Hatcher resolved SOLR-2703.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 4.0

Simon - thanks for the work on this.  I went back and changed the query parser to be automatically registered... I was thinking that we'd need to ship another JAR to get this to work, but we already include Lucene's queryparser JAR so might as well pre-register this parser.  That eliminated the need for the solrconfigsurround.xml in the test as well, so I removed that.

> 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
>            Assignee: Erik Hatcher
>            Priority: Minor
>             Fix For: 4.0
>
>         Attachments: SOLR-2703.patch, SOLR-2703.patch, 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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-2703) Add support for the Lucene Surround Parser

Posted by "Erik Hatcher (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13082522#comment-13082522 ] 

Erik Hatcher commented on SOLR-2703:
------------------------------------

Nice start, Simon!

Besides tests, we should probably make the maxBasicQueries a parameter too.

One issue that rears its ugly head here, unfortunately, is that the Surround parser does not analyze any of the terms thus stemming at indexing time will cause confusion/problems in trying to use this parser by most folks, I'd presume.  I don't consider lack of analysis a blocker for committing this integration, but a further issue probably should be opened to add analysis capabilities for non-wildcard terms in the query expression somehow.

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


[jira] [Issue Comment Edited] (SOLR-2703) Add support for the Lucene Surround Parser

Posted by "Simon Rosenthal (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13081971#comment-13081971 ] 

Simon Rosenthal edited comment on SOLR-2703 at 8/9/11 10:28 PM:
----------------------------------------------------------------

The most recent LUCENE-2945 patch is needed so that surround queries can be properly cached

      was (Author: simon.rosenthal):
    The most recent patch is needed so that surround queries can be properly cached
  
> 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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Assigned] (SOLR-2703) Add support for the Lucene Surround Parser

Posted by "Erik Hatcher (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erik Hatcher reassigned SOLR-2703:
----------------------------------

    Assignee: Erik Hatcher

> 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
>            Assignee: Erik Hatcher
>            Priority: Minor
>         Attachments: SOLR-2703.patch, SOLR-2703.patch, 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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (SOLR-2703) Add support for the Lucene Surround Parser

Posted by "Simon Rosenthal (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Rosenthal updated SOLR-2703:
----------------------------------

    Attachment: SOLR-2703.patch

Updated patch - adds a test suite, support for configuring maxBasicQueries in the URL, and configureing as one of the default parsers

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


[jira] [Commented] (SOLR-2703) Add support for the Lucene Surround Parser

Posted by "Simon Rosenthal (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098106#comment-13098106 ] 

Simon Rosenthal commented on SOLR-2703:
---------------------------------------

Wiki page to follow  at http://wiki.apache.org/solr/SurroundQueryParser

> 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, SOLR-2703.patch, 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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Issue Comment Edited] (SOLR-2703) Add support for the Lucene Surround Parser

Posted by "Rahul Mehta (Issue Comment Edited) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13155816#comment-13155816 ] 

Rahul Mehta edited comment on SOLR-2703 at 11/23/11 11:31 AM:
--------------------------------------------------------------

Please tell how  to install this patch. on solr 3.1 
                
      was (Author: rahul23134):
    Please tell how  to install this patch.
                  
> 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
>            Assignee: Erik Hatcher
>            Priority: Minor
>             Fix For: 4.0
>
>         Attachments: SOLR-2703.patch, SOLR-2703.patch, 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (SOLR-2703) Add support for the Lucene Surround Parser

Posted by "Simon Rosenthal (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Rosenthal updated SOLR-2703:
----------------------------------

    Attachment: SOLR-2703.patch

New patch. Query parser not registered by default, and a commented out entry in example solrconfig was added.

Hopefully ready to commit

> 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, SOLR-2703.patch, 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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (SOLR-2703) Add support for the Lucene Surround Parser

Posted by "Simon Rosenthal (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Rosenthal updated SOLR-2703:
----------------------------------

    Attachment: SOLR-2703.patch

initial patch. No tests yet.


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


[jira] [Commented] (SOLR-2703) Add support for the Lucene Surround Parser

Posted by "Erick Erickson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13155835#comment-13155835 ] 

Erick Erickson commented on SOLR-2703:
--------------------------------------

Rahul:

See: http://wiki.apache.org/solr/HowToContribute for how to apply patches. However, this patch is for the trunk code line and it may not apply to 3.1. In fact I'd be surprised if it did without some work, although I haven't looked at it...

Note that these are source-code patches, you have to apply them, compile (ant dist example etc) and take responsibility for doing the right thing with the results.
                
> 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
>            Assignee: Erik Hatcher
>            Priority: Minor
>             Fix For: 4.0
>
>         Attachments: SOLR-2703.patch, SOLR-2703.patch, 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org