Re: Snippets and Boundaryscanner in Highlighter

2011-09-23 Thread O. Klein
OK, I found the problem was in our new interface. Your feedback made me look deeper. Thanx. -- View this message in context: http://lucene.472066.n3.nabble.com/Snippets-and-Boundaryscanner-in-Highlighter-tp3358898p3361571.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Snippets and Boundaryscanner in Highlighter

2011-09-23 Thread Koji Sekiguchi
(11/09/23 20:03), O. Klein wrote: The regex fragmenter showed that there was enough content to show multiple snippets. The amount of snippets has no effect on any of the types of breakIterator. Only fragsize has effect. Or is this highlighter not supporting multiple snippets? This highlighter

Re: Snippets and Boundaryscanner in Highlighter

2011-09-23 Thread O. Klein
.472066.n3.nabble.com/Snippets-and-Boundaryscanner-in-Highlighter-tp3358898p3361510.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Snippets and Boundaryscanner in Highlighter

2011-09-22 Thread Koji Sekiguchi
(11/09/23 8:57), O. Klein wrote: The content_text field is filled with text from pdf's. So this is not the problem. Besides the regex fragmenter gives back multiple snippets like expected. This doesn't show that BoundaryScanner has the bug. Highlighter's fragmenter and FVH FragmentsBuilder are

Re: Snippets and Boundaryscanner in Highlighter

2011-09-22 Thread O. Klein
ntext: http://lucene.472066.n3.nabble.com/Snippets-and-Boundaryscanner-in-Highlighter-tp3358898p3360499.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Snippets and Boundaryscanner in Highlighter

2011-09-22 Thread Koji Sekiguchi
(11/09/23 7:59), O. Klein wrote: Thanx for you answer, but you are not using the Boundaryscanner No. Regardless of specifying BoundaryScanner or not, it is used implicitly because BaseFragmentsBuilder always use it (SimpleBoundaryScanner is the default). Try to index a long text and highlight

Re: Snippets and Boundaryscanner in Highlighter

2011-09-22 Thread O. Klein
Thanx for you answer, but you are not using the Boundaryscanner breakIterator LINE was the config I used and with 2 I expect to see 2 lines, but I only see one. -- View this message in context: http://lucene.472066.n3.nabble.com/Snippets-and-Boundaryscanner-in-Highlighter-tp3358898p3360398

Re: Snippets and Boundaryscanner in Highlighter

2011-09-22 Thread Koji Sekiguchi
(11/09/22 23:09), O. Klein wrote: Im testing the new Boundaryscanner in the highlighter, but I can't get it to show more then 1 snippet. 2 Bug or am I doing something wrong? I think your content_text is too short to get more than one snippets? Try the following with solr example (I'm using t

Snippets and Boundaryscanner in Highlighter

2011-09-22 Thread O. Klein
Im testing the new Boundaryscanner in the highlighter, but I can't get it to show more then 1 snippet. 2 Bug or am I doing something wrong? -- View this message in context: http://lucene.472066.n3.nabble.com/Snippets-and-Boundaryscanner-in-Highlighter-tp3358898p3358898.html Sent from the