Re: Exception while retrieving 100th element id in hits.id()

2007-01-25 Thread Mukesh Bhardwaj
see related discussion - http://www.nabble.com/Iterating-hits-tf1129306.html#a2955956 Regards, Doron Mukesh Bhardwaj wrote on 24/01/2007 06:38:05: > Hi, > > I'm getting exception while retrieving 100th element id in hits.my > sample code is given below: > for(

Re: Exception while retrieving 100th element id in hits.id()

2007-01-25 Thread Mukesh Bhardwaj
see related discussion - http://www.nabble.com/Iterating-hits-tf1129306.html#a2955956 Regards, Doron Mukesh Bhardwaj wrote on 24/01/2007 06:38:05: > Hi, > > I'm getting exception while retrieving 100th element id in hits.my > sample code is given below: > for(

Exception while retrieving 100th element id in hits.id()

2007-01-24 Thread Mukesh Bhardwaj
Hi, I'm getting exception while retrieving 100th element id in hits.my sample code is given below: for(int i=0;

Which field cause a hit in multifield query

2006-10-17 Thread Mukesh Bhardwaj
Hi, If I do a search such as "field1:jim OR field2:bob" is there any way to determine for each document that was a hit, which field caused the hit? Or rather, since they both might, is there any easy way to find out which fields definitely cause a hit? Regards, --Mukesh

How to get field name when a term hit documents

2006-09-15 Thread Mukesh Bhardwaj
HI, I'm new in the lucene and currently I'm performing search in all the fields.I'm only specifying the term which i want to search so, I would like to know how to get field name related to this term in all the documents that hit by searcher. pls suggest a solution for same. Thanks in ad