Design question

2007-04-13 Thread Dan Wiggin
I'm reading this list eventually but it a very active list and useful,thks to all. But so often, when a developer search how to work with lucene finds normally the same code for same problems. I think it will be useful create something like Best practices with Lucene or something similar.

Test my Lucene service

2007-01-08 Thread Dan Wiggin
Hi luceners, I don't have any question today. Simply I want to know how you test the efficiency of yours systems that works over Lucene. I think it will be a very interesting for all newbie (like me) in Lucene world some advices in this point. Thanks in advance.

Re: Multisearch Problem

2006-06-09 Thread Dan Wiggin
this problem doesn't appear if I close my aplication and restart it doing no rebuild, the problem doesn't exist. 2006/6/8, Daniel Naber [EMAIL PROTECTED]: On Donnerstag 08 Juni 2006 19:59, Dan Wiggin wrote: java.lang.ArrayIndexOutOfBoundsException: -1 You get this when you access a Lucene 1.9/2.0 index

Multisearch Problem

2006-06-08 Thread Dan Wiggin
Hello everybody I have a new problem that I want share with you :D The problem is doing a search in a Multisearcher. Normally this multisearcher works well. When I start my tomcat and my two index are empties, and if I do a search wtih this index I have no exception and obviusly no hits, but

Integrity of Lucene

2006-06-02 Thread Dan Wiggin
I read about concurrency in Lucene but I'm not sure to understand well. I can't do operations of delete and add simultaniouslly.If I've a writer that I'm using to add new docs, I can't delete anything in Lucene index until I close my opened writer. Or perhaps Did not close my writer? Everytime

Re: Question about special characters

2006-05-25 Thread Dan Wiggin
My own solution until I have another one better, I use FuzzyQuery for every term in the phrase. For example My work is the worst - My~ work~ is~ the~ worst What do you think about this uggly solution? I don't have anything more ideas. 2006/5/24, Dan Wiggin [EMAIL PROTECTED]: I need some

Question about special characters

2006-05-24 Thread Dan Wiggin
I need some functionality and I don't know how to do. The problem is special characters like à, ä , ç or ñ latin characters in the text. Now I use iso latin filter, but the problem is when I want to obtain most term used. These term are stored without ` ´ ^ or another character attribute. For

My first question

2006-05-18 Thread Dan Wiggin
Hi luceners I'm looking Lucene in Action and proving the examples. I have some questions: If I have to index and I'm using MultiSearcher to search in my index, what I have to do for every search? Do I have a new Multisearcher for every search petition or Can I conserve my Multisearcher object

Re: My first question

2006-05-18 Thread Dan Wiggin
Excuse me, jejeje I searched and petition doesn't exist in english is a silly traduction of spanish word that means request. EXCUSE ME.