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
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
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