Re: Fast Vector Highlighter Working for some records only

2012-02-23 Thread dhaivat
.analyser.CustomIndexTokeniserFactory"/> >> >> >> >> >> >> >> >> here is the field info: >> >> > multiValued="true" termPositions="true" termVectors="tru

Re: Fast Vector Highlighter Working for some records only

2012-02-23 Thread dhaivat
ositions="true" termVectors="true" >> termOffsets="true"/> >> >> i am creating tokens using my custom analyser and when i am trying to use >> highlighter it's not working properly for contents field.. but when i >> tried >>

Re: Fast Vector Highlighter Working for some records only

2012-02-22 Thread Koji Sekiguchi
ilt tokeniser i am finding the word highlighted for particular query.. Please can you help me out with this ? Thanks in advance Dhaivat -- View this message in context: http://lucene.472066.n3.nabble.com/Fast-Vector-Highlighter-Working-for-some-records-only-tp3763286p3766335.html Sent from

Re: Fast Vector Highlighter Working for some records only

2012-02-22 Thread dhaivat
e highlighter it's not working properly for contents field.. but when i tried to use Solr inbuilt tokeniser i am finding the word highlighted for particular query.. Please can you help me out with this ? Thanks in advance Dhaivat -- View this message in context: http://lucene.472066.n3.nab

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
is ignored. > > koji > -- > Query Log Visualizer for Apache Solr > http://soleami.com/ > Thanks for reply, But can you please tell me why it's working for some documents and not for other. -- View this message in context: http://lucene.472066.n3.nabble.com/Fast-Vector-Hi

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
dd("hl.q",term); >> query.add("hl.fl","contents"); >> query.add("hl.snippets","100"); >> query.add("hl.fragsize","10"); >>

Re: Fast Vector Highlighter Working for some records only

2012-02-21 Thread Koji Sekiguchi
nfig looks like : solr i have also enabled the TermVectors,TermOffsets,TermPostions on Field on which i am indexing can anyone tell me where i am going wrong ? thanks in advance Dhaivat -- View this message in context: http://lucene.472066.n3.nabble.com/Fast-Vector-Highlighter-Working-for-some-records-only-tp3763286p3763286.html Sent from the Solr - User mailing list archive at Nabble.com.

Fast Vector Highlighter Working for some records only

2012-02-21 Thread dhaivat
nything related to highlighter there. this is how my solrConfig looks like : solr i have also enabled the TermVectors,TermOffsets,TermPostions on Field on which i am indexing can anyone tell me where i am going wrong ? thanks in advance Dhaivat -- View this message in context: http://lucene.472066.n3.nabble.com/Fast-Vector-Highlighter-Working-for-some-records-only-tp3763286p3763286.html Sent from the Solr - User mailing list archive at Nabble.com.