« Return to Thread: Custom fragmenter

Re: Custom fragmenter

by hossman_lucene :: Rate this Message:

Reply to Author | View in Thread


: don't see a way to change the fragmenter "on the fly." Should this be
: a solrconfig/schema setting?

yeah, it would probably make sense if there was a way to specify that in
the config ... i'm not really sure exactly how it shoudl work though since
i don't relaly use highlighting ... on one hand we could have a set of
named Fragmenters similar to the set of named request handlers and the
HighlightingUtils could access it directly based on the query params.  on
the other hand each request handler could have it's own specified list of
Fragmenter classes.

Mike's really the go-to-guy for highlighting, i'm sure he's thoughta
little bit about what a patch like this should look like.



-Hoss

 « Return to Thread: Custom fragmenter