Re: Snipets Solr/nutch

2008-04-13 Thread khirb7
hello, mike adviser me last time to use: >This is done by the fragmenting stage of highlighting. Solr (trunk) >ships with a fragmenter that looks for sentence-like snippets using >regular expressions: try hl.fragmenter=regex (see config in >solrconfig.xml). the prolem is I wasn't able eit

how to apply a patch

2008-04-13 Thread khirb7
hello every body May be it's a stupid question as I am new in Solr, I want to know how to apply a patch, for example this one that I find here: https://issues.apache.org/jira/browse/SOLR-225 SOLR-225+260-HighlightPlugins.patch SOLR-225-HighlightingConfig.patch toAllow pluggable Highligh

Re: how to apply a patch

2008-04-13 Thread Grant Ingersoll
I generally do: svn up (make sure I am up to date) patch -p 0 -i [--dry-run] I usually do the --dry-run first to see if it applies cleanly, then drop it if it does. HTH, Grant On Apr 13, 2008, at 10:37 AM, khirb7 wrote: hello every body May be it's a stupid question as I am new in So