Re: Fast Vector Highlighter Working for some records only

2012-02-23 Thread dhaivat
Hi Koji i am using solr 3.5 and i want to highlight the multivalued field, when i supply single value for the multi field value at that highlighter is working fine. but when i am indexing multiple values for field and try to highlight that field at that time i am getting following error with Fast

Re: Fast Vector Highlighter Working for some records only

2012-02-23 Thread dhaivat
Hi Koji, Thanks for your guidance. i have looked into anlysis page of solr and it's working fine.but still it's not working fine for few documents. here is configuration for highlighter i am using,i have specefied this in solrconfig.xml, please can you tell me what should i change to highlighter

Re: Fast Vector Highlighter Working for some records only

2012-02-22 Thread Koji Sekiguchi
Hi dhaivat, I think you may want to use analysis.jsp: http://localhost:8983/solr/admin/analysis.jsp Go to the URL and look into how your custom tokenizer produces tokens, and compare with the output of Solr's inbuilt tokenizer. koji -- Query Log Visualizer for Apache Solr http://soleami.com/

Re: Fast Vector Highlighter Working for some records only

2012-02-22 Thread dhaivat
Koji Sekiguchi wrote > > (12/02/22 11:58), dhaivat wrote: >> Thanks for reply, >> >> But can you please tell me why it's working for some documents and not >> for >> other. > > As Solr 1.4.1 cannot recognize hl.useFastVectorHighlighter flag, Solr just > ignore it, but due to hl=true is there, So

Re: Fast Vector Highlighter Working for some records only

2012-02-21 Thread Koji Sekiguchi
(12/02/22 11:58), dhaivat wrote: Thanks for reply, But can you please tell me why it's working for some documents and not for other. As Solr 1.4.1 cannot recognize hl.useFastVectorHighlighter flag, Solr just ignore it, but due to hl=true is there, Solr tries to create highlight snippets by usi

Re: Fast Vector Highlighter Working for some records only

2012-02-21 Thread dhaivat
Koji Sekiguchi wrote > > (12/02/21 21:22), dhaivat wrote: >> Hi Koji, >> >> Thanks for quick reply, i am using solr 1.4.1 >> > > Uh, you cannot use FVH on Solr 1.4.1. FVH is available Solr 3.1 or later. > So your hl.useFastVectorHighlighter=true flag is ignored. > > koji > -- > Query Log Visu

Re: Fast Vector Highlighter Working for some records only

2012-02-21 Thread Koji Sekiguchi
(12/02/21 21:22), dhaivat wrote: Hi Koji, Thanks for quick reply, i am using solr 1.4.1 Uh, you cannot use FVH on Solr 1.4.1. FVH is available Solr 3.1 or later. So your hl.useFastVectorHighlighter=true flag is ignored. koji -- Query Log Visualizer for Apache Solr http://soleami.com/

Re: Fast Vector Highlighter Working for some records only

2012-02-21 Thread dhaivat
Hi Koji, Thanks for quick reply, i am using solr 1.4.1 i am querying *"camera"* here is the example of documents : which matches the 70 Electronics/Cell Phones /b/l/blackberry-8100-pearl-2.jpg 349.99 BlackBerry 8100 Pearl sports a large 240 x 260 screen that supports over 65,000

Re: Fast Vector Highlighter Working for some records only

2012-02-21 Thread Koji Sekiguchi
Dhaivat, Can you give us the concrete document that you are trying to search and make a highlight snippet? And what is your Solr version? koji -- Query Log Visualizer for Apache Solr http://soleami.com/ (12/02/21 20:29), dhaivat wrote: Hi I am newbie to Solr and i am using Sorj Client to cre