Re: highlighting on range query

2011-11-28 Thread Rahul Mehta
. as these suggestions are not working. Could it be that you are using FastVectorHighlighter? What happens when you add hl.useFastVectorHighlighter=false to your search URL? -- Thanks Regards Rahul Mehta

Re: highlighting on range query

2011-11-28 Thread Rahul Mehta
], hl.fl:*,rangefld, I don't think hl.fl parameter accepts * value. Please try hl.fl=rangefld -- Thanks Regards Rahul Mehta

complex phrase plugin install

2011-11-24 Thread Rahul Mehta
] Please suggest how to solve this error. -- Thanks Regards Rahul Mehta

highlighting on range query

2011-11-24 Thread Rahul Mehta
? -- Thanks Regards Rahul Mehta

Re: Integrating Surround Query Parser

2011-11-24 Thread Rahul Mehta
to make this work, just need to get the compilation bit fixed (as things changed from 3.x to trunk with contrib/modules). Rahul - if you'd like to see this done, feel free to take a stab at it. I'll tinker with it as I have time. Erik -- Thanks Regards Rahul Mehta

Re: highlighting on range query

2011-11-24 Thread Rahul Mehta
the patch ? or any thing else i need to do ? On Thu, Nov 24, 2011 at 3:36 PM, Ahmet Arslan iori...@yahoo.com wrote: I want to have result of a range query with highlighted Result. http://wiki.apache.org/solr/HighlightingParameters#hl.highlightMultiTerm -- Thanks Regards Rahul Mehta

Re: highlighting on range query

2011-11-24 Thread Rahul Mehta
.* http://localhsot:8983/solr/select?q=field1:[5000%20TO%206000]fl=field2hl=onrows=5wt=jsonindent=onhl.fl=field3hl.highlightMultiTerm=true As wiki says If the SpanScorer is also being used... which means you need to add hl.usePhraseHighlighter=true too. -- Thanks Regards Rahul Mehta

Re: highlighting on range query

2011-11-24 Thread Rahul Mehta
in hl.fl parameter? Plus you need you mark field1 as indexed=true and stored=true to enable highlighting. http://wiki.apache.org/solr/FieldOptionsByUseCase -- Thanks Regards Rahul Mehta

Re: highlighting on range query

2011-11-24 Thread Rahul Mehta
Any other Suggestion. On Thu, Nov 24, 2011 at 5:30 PM, Rahul Mehta rahul23134...@gmail.comwrote: Yes, I tried with specifiying hl.fl=field1, and field1 is indexed and stored. On Thu, Nov 24, 2011 at 5:23 PM, Ahmet Arslan iori...@yahoo.com wrote: oh sorry forgot to tell you that i added

Re: Integrating Surround Query Parser

2011-11-23 Thread Rahul Mehta
) - at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) - at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:713) - Please suggest what should i do ? On Wed, Nov 23, 2011 at 11:19 AM, Rahul Mehta rahul23134...@gmail.comwrote: This what i tried: - Gone to the solr

Re: Integrating Surround Query Parser

2011-11-23 Thread Rahul Mehta
/trunk -- Thanks Regards Rahul Mehta

How to be sure that surround

2011-11-22 Thread Rahul Mehta
is being installed . Means what query i can run. -- Thanks Regards Rahul Mehta

Re: How to be sure that surround

2011-11-22 Thread Rahul Mehta
. Rahul, you need to switch to solr-trunk, it is already there http://wiki.apache.org/solr/SurroundQueryParser -- Thanks Regards Rahul Mehta

Re: how to use term proxymity queries with apache solr

2011-11-22 Thread Rahul Mehta
-- Thanks Regards Rahul Mehta

Re: Integrating Surround Query Parser

2011-11-22 Thread Rahul Mehta
to accurately integrate this plugin with solr. thanx Ahsan -- Thanks Regards Rahul Mehta

Re: Integrating Surround Query Parser

2011-11-22 Thread Rahul Mehta
. - tried finding sudo find / -name TestSurroundQueryParser.java which is not found in the directory . - and when m doing svn up giving me Skipped '.' *Please suggest what should i do now ? * On Wed, Nov 23, 2011 at 10:39 AM, Rahul Mehta rahul23134...@gmail.comwrote: How to apply

how to use term proxymity queries with apache solr

2011-11-21 Thread Rahul Mehta
to install surround. currently we are using solr 3.1 . Thanks Regards Rahul Mehta

Integrating Surround Query Parser

2011-11-21 Thread Rahul Mehta
at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:425) -- Thanks Regards Rahul Mehta