Re: example solr xml working fine but my own xml files not working

2010-06-27 Thread Binesh Gummadi
queried in the output. Hope that helps. Good luck. Binesh Gummadi On Sun, Jun 27, 2010 at 5:37 PM, codar wrote: > > Binesh, > > Great advice. > > Yes, it does show results when I search for id:ZS1, COL:RW, and TI:MAC, > but strangely it does not show results whe

Re: example solr xml working fine but my own xml files not working

2010-06-27 Thread Binesh Gummadi
What is the default search field? Is it "ALL" or did you change it? If it is "ALL" are you copying your data to ALL? Instead of searching for "*:*" does it show results if you search for "id:ZS1"? Binesh Gummadi On Sun, Jun 27, 2010 at 2:12 PM, codar

Re: Highlighting arbitrary text without really indexing it

2010-06-03 Thread Binesh Gummadi
e*, it can be used as a field to match as opposed to reading the value from query string. Any ideas or pointers to implement this would be appreciated. Thanks Binesh Gummadi On Tue, Jun 1, 2010 at 10:29 AM, Binesh Gummadi wrote: > Hi, > > I have a use case where I have to highligh

Highlighting arbitrary text without really indexing it

2010-06-01 Thread Binesh Gummadi
dex to get field value(s). Querying index for values and feeding them to FieldAnalaysisRequestHandler doesn't sound like a good option in my opinion. How can I achieve this? Any pointers would be helpful. Thank You Binesh Gummadi