Re: Lucene with Geospatial Data

2010-11-23 Thread anshum.gu...@naukri.com
You could have a look at lucene spatial in the contrib! -- Anshum http://blog.anshumgupta.net Sent from BlackBerry® -Original Message- From: farouk alhassan Date: Tue, 23 Nov 2010 10:34:33 To: Reply-To: java-user@lucene.apache.org Subject: Lucene with Geospatial Data Hi All, Is there

Re: Problem searching in the same sentence

2010-09-16 Thread anshum.gu...@naukri.com
Try with multi valued field while indexing i.e. Add each sentence as a separate field(with the same field name) to the same document. This would give you the results as you want. --Original Message-- From: Sirish Vadala To: java-user@lucene.apache.org ReplyTo: java-user@lucene.apache.org

Re: how to post a question or a message?

2010-08-16 Thread anshum.gu...@naukri.com
Hi Hilly, So this is exactly what you need to do, mail to java-user@lucene.apache.org and it'd get to all group members. --Original Message-- From: xiaoyan Zheng To: java-user@lucene.apache.org ReplyTo: java-user@lucene.apache.org Subject: how to post a question or a message? Sent: Aug 1

Re: Scaling Lucene to 1bln docs

2010-08-10 Thread anshum.gu...@naukri.com
search comes in, allocate a Searcher from each index to the search. >> - perform the search in parallel across all indices. >> - merge the results in your own code using an efficient merging algorithm. >> >> Regards, >> Dan >> >> >> >> >>

Re: Scaling Lucene to 1bln docs

2010-08-10 Thread anshum.gu...@naukri.com
Would like to know, are you using a particular type of sort? Do you need to sort on relevance? Can you shard and restrict your search to a limited set of indexes functionally? -- Anshum http://blog.anshumgupta.net Sent from BlackBerry® -Original Message- From: Shelly_Singh Date: Tue,

Re: Index Growing on Delete

2010-01-22 Thread anshum.gu...@naukri.com
Hi Jamie, You could try and debug using IndexReader.numDeletedDocs() ; On the index to check if the documents are expunged or not. --Original Message-- From: Jamie To: java-user@lucene.apache.org ReplyTo: java-user@lucene.apache.org Subject: Index Growing on Delete Sent: Jan 22, 2010 14:04

Re: 2 directory providers

2010-01-12 Thread anshum.gu...@naukri.com
Hi Sourabh, If you are talking about using multiple directory implementations, then yes you may have multiple of those without any issues. Sent from BlackBerry® on Airtel -Original Message- From: "Mittal, Sourabh" Date: Tue, 12 Jan 2010 20:19:11 To: Subject: 2 directory providers Hi,

Re: Storing image with Lucene

2009-12-02 Thread anshum.gu...@naukri.com
Hi Vaijanath, Just wanted to know if you can perform a search on the binary field (as I haven't tried this ever) ? --Original Message-- From: Rao, Vaijanath To: java-user@lucene.apache.org ReplyTo: java-user@lucene.apache.org Subject: RE: Storing image with Lucene Sent: Dec 3, 2009 08:27