RE: Efficiently paginating results.

2006-04-28 Thread Kinnar Kumar Sen, Noida
Hi Marc Can you give some statistics about the amount of data you are indexing ? Do you not think requering for pagination will increase the time taken for bringing the hits. Rather than bringing the entire hits once in the memory then displaying it as and when the user is clicking on the next but

RE: Efficiently paginating results.

2006-04-28 Thread Kinnar Kumar Sen, Noida
up timing out the session earlier than is useful. I'm sure I read something in LIA the other day where Eric recommended requerying, but I don't yet have any fixed ideas about which way to go. What do you think? Marc --- "Kinnar Kumar Sen, Noida" <[EMAIL PROTECTED]> wrot

re :Range queries

2006-05-09 Thread Kinnar Kumar Sen, Noida
Hi When I am trying RANGE QUERY on my index it works fine for a small index but when the index is large such as 0 - 100 it gives an exception Boolean Clause Exception I have set the 1024 value in boolean to integer.max but now is giving a out of memory exception . Can some body sugg

RE: Lucene query question

2006-05-10 Thread Kinnar Kumar Sen, Noida
Hi Erik Is there any way to do a case insensitive search without modifying the index Regards and Thanks Kinnar Kumar Sen HCL Technologies Ltd. Sec-60, Noida-201301 Ph: - 09313297423 TO SUCEED BE DIFFERENT BE DARING AND BE THERE FIRST -Original Message- From: Erick Erickson

RE:SORTING

2006-05-12 Thread Kinnar Kumar Sen, Noida
Hi I am indexing the price of some items in my index . I have quite a few number of indexes. I want to sort the items according to the price . is there a way to include all the indexes at one go while sorting or I have to do it one index at a time... Cheers KINNAR DISCLAIMER:

RE: My first question

2006-05-31 Thread Kinnar Kumar Sen, Noida
Hi All Can any one tell me how many simultaneous queries can a Lucene Index Support Regards and Thanks Kinnar DISCLAIMER: --- The contents of this e-mail and any attachment(s) a

RE: My first question

2006-05-31 Thread Kinnar Kumar Sen, Noida
... Otis - Original Message From: "Kinnar Kumar Sen, Noida" <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Wednesday, May 31, 2006 8:22:48 AM Subject: RE: My first question Hi All Can any one tell me how many simultaneous queries can a Lucene Index Suppo

RE: Lucene in Action

2006-06-06 Thread Kinnar Kumar Sen, Noida
IT'S A REALLY GOOD BOOK TO START OFF WITH Regards and Thanks Kinnar Kumar Sen HCL Technologies Ltd. Sec-60, Noida-201301 Ph: - 09313297423 TO SUCEED BE DIFFERENT BE DARING AND BE THERE FIRST -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesda

Document and JMSObjects

2006-09-01 Thread Kinnar Kumar Sen, Noida
Hi I am trying to build an application which uses JMS objects and Lucene. I am creating Lucene Documents and sending them through JMS objects to a queue( I am using IBM MQ Series ). There is a listener which listens to this queue and Indexes these documents. The problem I am facing is there i