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. My

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
cause 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 whe

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 afte

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 tha

Multisearcher Lucene IOException

2006-05-31 Thread Dan Wiggin
StackTrace java.io.IOException: read past EOF at org.apache.lucene.store.InputStream.refill(InputStream.java:154) at org.apache.lucene.store.InputStream.readByte(InputStream.java:43) at org.apache.lucene.store.InputStream.readBytes(InputStream.java :57) at org.apache.l

Re: Question about special characters

2006-05-26 Thread Dan Wiggin
Thks for the reply, ut I don't know how to do this change in SOLatin1AccentFilter. Can you give me some advice in this action? 2006/5/25, Chris Hostetter <[EMAIL PROTECTED]>: I think I'm missing something here. the whole point of the ISOLatin1AccentFilter is to replace accented characters wit

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 PR

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 ex

What is more efficient?

2006-05-22 Thread Dan Wiggin
If I work with groups, whats the best option do do? Use a multiple lucene index for every group or is bettter an unique index. For example: I'm working with groups of people, and the action to add or delete is in group level but the search is on all groups. What do you think is the best implementa

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.

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 f