Re: What do I have to do with files in the sandbox?

2006-08-03 Thread Erik Hatcher
If you're using the binary distribution of Lucene 2.0, you'll already have the JAR file with those analyzers handy. It's prefixed lucene- analyzers. Simply add that to your compile and runtime classpath and you'll have what you need. You could certainly just copy the source code into your

What do I have to do with files in the sandbox?

2006-08-03 Thread John john
Hello, I'm pretty sure my question is stupid but i'm gonna ask you anyway :) I'd like to use analyzers from the sandbox but I don't know what I have to do with files ? Do i have to extract the lucene jar file and add files I want to use ? or something else? Do you have an exemple with t

Re: Search with accents

2006-08-03 Thread Eduardo S. Cordeiro
Ok, the problem had nothing to do with the analyzers. What happened was that the search query text was the input of a web page form, and I hadn't set that form's method to "post", so the query was sent in the address bar; that messed up the query's encoding. So using BrazilianAnalyzer does work f

RE: Scoring a document (count?)

2006-08-03 Thread Doron Cohen
Hi Russel, I am also interested in the internals of Lucene's ranking and how one can/should alter the scoring. For now I was just learning from existing code of Lucene scorers and Weights. Your question seemed interesting, so I in fact implemented a quick scorer that would return the raw tf as a s

Re: Modify index on database update

2006-08-03 Thread Michael McCandless
My application database can be updated outside the application also. Whenever there is a change in database by some other source, I want to update my index. Is there any way to do so? I am using Java and the database is DB2. I saw the DB2 UDF. But I have to put the jar inside the

Modify index on database update

2006-08-03 Thread vasu shah
Hi, My application database can be updated outside the application also. Whenever there is a change in database by some other source, I want to update my index. Is there any way to do so? I am using Java and the database is DB2. I saw the DB2 UDF. But I have to put the jar insid

Re: Search with accents

2006-08-03 Thread Leandro Saad
I'm using StandardAnalyser all over, so, yes, portuguese stopwords won't be eliminated -- Leandro Rodrigo Saad Cruz CTO - InterBusiness Technologies db.apache.org/ojb guara-framework.sf.net xingu.sf.net On 8/2/06, Eduardo S. Cordeiro <[EMAIL PROTECTED]> wrote: But was your index created with B

Re: LuceneIndexer not working

2006-08-03 Thread Chris Hostetter
: I am using slide2.1, and now want to attach lucene. I enable the : lucene in slide but indexes are not generated. Exceptions is coming : while using LuceneIndexer. As you were told the last time you asked this question two days ago, this is not the correct place to ask questions about using S

LuceneIndexer not working

2006-08-03 Thread aslam bari
Dear All, I am using slide2.1, and now want to attach lucene. I enable the lucene in slide but indexes are not generated. Exceptions is coming while using LuceneIndexer. . Help Me - Here’s a new way to fin