Re: Mixing norms and no norms in the same document

2011-12-05 Thread Simon Willnauer
On Mon, Dec 5, 2011 at 5:44 PM, Rob Hasselbaum wrote: > Hi. I'm indexing about 20,000 documents that could potentially have a few > thousand fields with the same field name. I've read in the mailing list > archives that there is no hard limit to the number of fields in a document, > but that stori

Use multiple lucene indices

2011-12-05 Thread Rui Wang
Hi All, We are planning to use lucene in our project, but not entirely sure about some of the design decisions were made. Below are the details, any comments/suggestions are more than welcome. The requirements of the project are below: 1. We have tens of thousands of files, their size rangi

Re:Use multiple lucene indices

2011-12-05 Thread liugangc
hi, below is some hints from my experience: 1. if you use one index per file, and many indexsearcher open at the same time, you may meet 'too many open files' error. you have to increase file_max value of os. 2. if these index files have less concurrent access, i think it's reasonable that ope

SpanNearQuery and matching spans inside the first span

2011-12-05 Thread Trejkaz
Supposing I have a document with just "hi there" as the text. If I do a span query like this: near(near(term('hi'), term('there'), slop=0, forwards), term('hi'), slop=1, any-direction) that returns no hits. However, if I do a span query like this: near(near(term('hi'), term('there'), s

Re: Lucene index inside of a web app?

2011-12-05 Thread KARTHIK SHIVAKUMAR
Hi Check http://tomcat.apache.org 80% of the Web containers follow the same stattegy web.xml is well explained in this URL. >cBy the way which WEB Container do u use ? with regards karthik On Fri, Dec 2, 2011 at 7:54 PM, okayndc wrote: > What would the web.xml look like? I'm lost

Re: lucene-core-3.3.0 not optimizing

2011-12-05 Thread KARTHIK SHIVAKUMAR
Hi >>LUCENE-3454 : So u mean the code has changed with this API ... Does any body have any sample code snippet or is there a sample to play around with regards karthik On Fri, Dec 2, 2011 at 3:44 PM, Ian Lea wrote: > Well, calling

Re: [JOB] Lucid Imagination is hiring

2011-12-05 Thread KARTHIK SHIVAKUMAR
Hi Too bad during Recession Am from INDIA ;( with regards karthik On Mon, Dec 5, 2011 at 9:10 PM, Grant Ingersoll wrote: > Hi All, > > If you've wanted a full time job working on Lucene or Solr, we have two > positions open that just might be of interest. The job descriptions are >

Re: Use multiple lucene indices

2011-12-05 Thread KARTHIK SHIVAKUMAR
hi >> would the memory usage go through the roof? Yup My past experience got me pickels in there... with regards karthik On Mon, Dec 5, 2011 at 11:28 PM, Rui Wang wrote: > Hi All, > > We are planning to use lucene in our project, but not entirely sure about > some of the design decis

Lucene bangalore chapter

2011-12-05 Thread Vinaya Kumar Thimmappa
is there a lucene Bangalore chapter ? -Vinaya - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org

[JOB] Lucid Imagination is hiring

2011-12-05 Thread Grant Ingersoll
Hi All, If you've wanted a full time job working on Lucene or Solr, we have two positions open that just might be of interest. The job descriptions are below. Interested candidates should submit their resumes off list to care...@lucidimagination.com. You can learn more on our website: ht

Mixing norms and no norms in the same document

2011-12-05 Thread Rob Hasselbaum
Hi. I'm indexing about 20,000 documents that could potentially have a few thousand fields with the same field name. I've read in the mailing list archives that there is no hard limit to the number of fields in a document, but that storing norms can be a problem because of the RAM overhead. I don't