You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Henri Biestro (JIRA)" <ji...@apache.org> on 2007/10/22 15:37:51 UTC

[jira] Commented: (SOLR-281) Search Components (plugins)

    [ https://issues.apache.org/jira/browse/SOLR-281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536667 ] 

Henri Biestro commented on SOLR-281:
------------------------------------

updated to work with trunk (587079);
updated HighlightComponent to use SolrHighlighter.

junit 0 failures/0 errors on Solaris 10 & WinXP.

I've tried and failed to overcome the diff/patch rejects that Pieter experienced.
I generated the patch from a Solaris 10 using GNU patch with:
svn diff --diff-cmd /usr/bin/diff -x "-w -B -b -E -d -N -u" > ~/solr-281.patch
I applied it to a clean trunk on Solaris 10 &  WinXP (using cygwin) with:
patch -u -p 0 < ~/solr-281.patch

StandardRequestHandler.java generates rejects; replace the whole class definition with the '-' prefixed lines of the reject.

*WARNING* since this is a 'unified' patch and not wanting to mess with Sharad & Ryan's patch versions, I attached the patch as solr-281.patch (*not* as SOLR-281-SearchComponents.patch)



> Search Components (plugins)
> ---------------------------
>
>                 Key: SOLR-281
>                 URL: https://issues.apache.org/jira/browse/SOLR-281
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Ryan McKinley
>         Attachments: SOLR-281-SearchComponents.patch, SOLR-281-SearchComponents.patch, SOLR-281-SearchComponents.patch, SOLR-281-SearchComponents.patch, SOLR-281-SearchComponents.patch, SOLR-281-SearchComponents.patch
>
>
> A request handler with pluggable search components for things like:
>   - standard
>   - dismax
>   - more-like-this
>   - highlighting
>   - field collapsing 
> For more discussion, see:
> http://www.nabble.com/search-components-%28plugins%29-tf3898040.html#a11050274

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.