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
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
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
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
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
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
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
: 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
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
-
Heres a new way to fin