Real world app advice

2006-09-15 Thread Luis Rodrigo Aguado
Hi all, I have used Lucene so far for solving toy exaples and making tutorial examples, but now I am facing my first real-world high-quality application. I need to manage around 50.000 docs, ranging from a few lines to a couple pages. I also need to handle lemmas and synonyms, and h

Versions

2006-09-18 Thread Luis Rodrigo Aguado
Hi all, I've been looking through the documentation in the official web-site, and the Javadoc belongs to v2.1, that I could not find anywhere, anyone has a clue about where to find it or when will it be officially released? Thanks!

Re: Versions

2006-09-18 Thread Luis Rodrigo Aguado
it been discarded? Thanks in advance, Luis. Steven Rowe wrote: Hi Luis, Chris Hostetter wrote: Luis Rodrigo Aguado wrote: : I've been looking through the documentation in the official : web-site, and the Javadoc belongs to v2.1, that I could not find : anywhere, anyone has a

Writing - Searching synchronization

2006-09-27 Thread Luis Rodrigo Aguado
Hi all, I have a problem with a lucene-based application I am trying to build. The application is mainly search oriented, and the core of the index is built in a batch process before starting the system. In the application initialization an IndexSearcher object is built, to perform all the se

Combining scores

2006-11-21 Thread Luis Rodrigo Aguado
/gmane.comp.jakarta.lucene.user/10810 that only warn about the incompatibility of scores, but not any clue about how to solve it. Thanks! Luis. -- *Luis Rodrigo Aguado* Innovation and R&D Research Manager lrodrigo(at)isoco.com #T +34913349777 C/Pedro de Valdivia, 10 28006, Madrid, Spain * * *i

Hit.getDocument performance

2006-11-24 Thread Luis Rodrigo Aguado
Hi all, I am having a performance bottleneck that is driving me crazy. Maybe anyone there has a clue of the source... I am working with an index of 2400 pdf files. For each of them, I index the contents, and I store the filename and the creation date. Nothing else. The resulting ind

Re: Hit.getDocument performance

2006-11-24 Thread Luis Rodrigo Aguado
. Is there any way to bypass this limitation? Thanks! Luis Rodrigo Aguado escribió: Hi all, I am having a performance bottleneck that is driving me crazy. Maybe anyone there has a clue of the source... I am working with an index of 2400 pdf files. For each of them, I index the