Re: highlighting on range query

2011-11-28 Thread Rahul Mehta
t;hl.highlightMultiTerm":"true", > > "fl":"lily.id,rangefld", > > "indent":"on", > > > > "hl.useFastVectorHighlighter":"false", > >"q":"rangefld:[5000 TO > > 6000]", > > "hl.fl":"*,rangefld", > > I don't think hl.fl parameter accepts * value. Please try &hl.fl=rangefld > > > -- Thanks & Regards Rahul Mehta

Re: highlighting on range query

2011-11-28 Thread Rahul Mehta
{ "lily.id":"UUID.102adde5-cbff-4ca6-acb1-426bb14fb579", "rangefld":5753}] }, "highlighting":{ "UUID.c5f00cd3-343a-47c1-ab16-ace104b2540f":{}, "UUID.ed69ece0-1b24-4829-afb6-22eb242939f2":{}, "UUID.afa0c654-2f26-4c5b-9fda-8b51c5ec080d":{}, "UUID.d92b405d-f41e-4c85-9014-1b89a986ec42":{}, "UUID.102adde5-cbff-4ca6-acb1-426bb14fb579":{}}} Why rangefld is not coming in highlight result. On Mon, Nov 28, 2011 at 12:47 PM, Ahmet Arslan wrote: > > Any other Suggestion. 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-27 Thread Rahul Mehta
Any other Suggestion. as these suggestions are not working. On Thu, Nov 24, 2011 at 5:44 PM, Rahul Mehta wrote: > Any other Suggestion. > > > On Thu, Nov 24, 2011 at 5:30 PM, Rahul Mehta wrote: > >> Yes, I tried with specifiying hl.fl=field1, and field1 is indexed and >&

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 wrote: > 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 wrote: > >> > oh sorry forgot to tell you that i >>

Re: highlighting on range query

2011-11-24 Thread Rahul Mehta
you specify field1 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
tlighting.* > > > > > http://localhsot:8983/solr/select?q=field1:[5000%20TO%206000]&fl=field2&hl=on&rows=5&wt=json&indent=on&hl.fl=field3&hl.highlightMultiTerm=true > > > > As wiki says "If the SpanScorer is also being used..." which

Re: highlighting on range query

2011-11-24 Thread Rahul Mehta
am using solr 3.1. is i need to install the patch ? or any thing else i need to do ? On Thu, Nov 24, 2011 at 3:36 PM, Ahmet Arslan 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: Integrating Surround Query Parser

2011-11-24 Thread Rahul Mehta
e weeks yet. The SurroundQParserPlugin is really all you need 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

highlighting on range query

2011-11-24 Thread Rahul Mehta
how can i get the result? -- Thanks & Regards Rahul Mehta

complex phrase plugin install

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

Re: Integrating Surround Query Parser

2011-11-23 Thread Rahul Mehta
repos/asf/lucene/dev/trunk > -- Thanks & Regards Rahul Mehta

Re: Integrating Surround Query Parser

2011-11-23 Thread Rahul Mehta
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 wrote: > This what i tried: > > >- Gone to the solr 3.1 directory which is downloaded from here. >http://www.trieuvan.com/

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 wrote: > How to apply thi

Re: Integrating Surround Query Parser

2011-11-22 Thread Rahul Mehta
what i think that i didnt get the right plugin, can any body guide me > from where > > to get right plugin for surround query parser or how to accurately > integrate > > this plugin with solr. > > > > > > thanx > > Ahsan > > > > > > > > -- Thanks & Regards Rahul Mehta

Re: how to use term proxymity queries with apache solr

2011-11-22 Thread Rahul Mehta
rowse/SOLR-1604 > -- Thanks & Regards Rahul Mehta

Re: How to be sure that surround

2011-11-22 Thread Rahul Mehta
urround plugin is being installed > > . > > Means what query i can run. > > > > Rahul, you need to switch to solr-trunk, it is already there > http://wiki.apache.org/solr/SurroundQueryParser > -- 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

Integrating Surround Query Parser

2011-11-21 Thread Rahul Mehta
: org.apache.solr.common.SolrException: Error Instantiating QParserPlugin, org.apache.lucene.queryParser.surround.parser.QueryParser is not a org.apache.solr.search.QParserPlugin at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:425) -- Thanks & Regards Rahul Mehta

how to use term proxymity queries with apache solr

2011-11-21 Thread Rahul Mehta
yes ,Please suggest how to install surround. currently we are using solr 3.1 . Thanks & Regards Rahul Mehta