Hi,
Me (& my comp) have also implemented the Doug's index replication solution :
- One Node responsible of the indexing.
- X Nodes handling the search requests.
The difference is that it is the role of the indexer Node to notify
(via Jgroups) that an indexation process is over.
For now we dont ha
Hello Otis,
I unfortunately don't master enough maven yet to know how to push a library on
maven public repositories.
However i just found this eBook that looks interesting
http://www.mergere.com/m2book_download.jsp
Waiting for a maven guru to release lucene 2.0 on a public repo, i'll
just
Hello,
Nice job, thanks.
Question : When will it be available on Maven2 repositories ?
Thanks
--- Sven
Le samedi 27 mai 2006 à 13:37:54, vous écriviez :
DN> -- Forwarded Message --
DN> Subject: Lucene 2.0.0 release available
DN> Date: Samstag 27 Mai 2006 05:57
DN> From: Doug
Hi,
Or simply grab it online (paper or pdf eBook ) here :
http://www.manning.com/hatcher2/
--- Sven
Le mardi 6 juin 2006 à 13:05:45, vous écriviez :
MC> Try here..
MC> http://www.abebooks.co.uk
MC> Maybe they have one cheaper.
MC> Malcolm
Hello,
Or you can purchase the Book "Lucene in Action"
You will find the t.o.c and some sample chapters here http://lucenebook.com
Have a nice day
--- Sven
Le mercredi 31 mai 2006 à 13:32:45, vous écriviez :
AKY> http://lucene.apache.org/java/docs/gettingstarted.html
AKY> Regards,
AKY> Amar
.
i thought it was a lucene user list, not a dbsight one
--- sven
Le mercredi 13 juillet 2005 à 17:47:14, vous écriviez :
CL> Hi, Klaus, thanks.
CL> You can simply use DBSight to create the index. It's in Lucene's
CL> standard format.
CL> And you ca
Hello,
We are already using this design in production for a email job application
system.
Each client (company) have an account and may have multiple users
When a new client is created, a new lucene index is automatically created when
new job-applications arrive for this account.
Job applicati
Hello,
As i also encountered the phrase query issue with the old highlighter
code, I added a fieldName argument in case of the analyser handle it in the
tokenStream() method.
I just submitted the patch on bugzilla
--- sven
jeudi 30 juin 2005, 22:12:51, vous avez écrit:
BD> FYI, I made an updat
hi,
this exception does not seems to be lucene related
concerning the way to look at index content, you could try luke
(http://www.getopt.org/luke/)
hope it will help
--- sven
Le jeudi 9 juin 2005 à 18:06:07, vous écriviez :
a> Hello,
a> I'm able to create index file for full text sear
Hi,
yeah, i just added it into simpy when i read René post ;)
congrats for simpy
Sven
Le jeudi 12 mai 2005 à 09:59:18, vous écriviez :
OG> Somebody asked about this today, and I just found this through Simpy:
OG> http://www.unine.ch/info/clef/
OG> Scroll half-way through the page, look on th
Hello Andrew,
There already is a plugin available for Nutch :
http://wiki.apache.org/nutch/GeoPosition
I think that one can easily integrate it into a lucene app (i'll make
some experimentations with it soon)
Sven
Le dimanche 8 mai 2005 à 18:26:14, vous écriviez :
AB> Hi All,
AB> I'm wa
Hi,
Thanks for your reply Paul.
Yes, this was a delicate point.
I gave up indexing multi-words synonyms as single token for the
reason you pointed.
To handle phraseQueries, i change the positions of the Terms that
follows the synonyms.
For instance for the PhraseQuery "jsp and vb develope
Hello,
What about the solution to index every multi-word synonym as a single
token ?
Example :
Phrase to index : "i love jsp and tomcat"
Synonyms: "jsp" = "java server pages" = "javaserver pages"
Tokens : i love jsp and tomcat
java server pag
EH> Thanks for sharing that!
EH> Would you be interested in donating that to the contrib area for
EH> analyzers? The topic of normalizing accented characters has come up
EH> often lately. I noticed you already put the Apache license at the top
EH> of the code.
No problem, it was intended for th
Hello,
EH> What about handling BooleanQuery's nested within a BooleanQuery?
EH> You'll need some recursion.
thanks for all hints, i've re-coded the method to handle nested
BooleanQueries
EH> Could you share that filter with the community?
Of course, the code is in the attachment
>> // The fi
EH> I presume your analyzer normalized accented characters? Which analyzer
EH> is that?
Yes, i'm using a custom analyser for indexing / searching, ti consists
in :
- FrenchStopFilter
- IsoLatinFilter (this is the one that will replace accented
characters)
- LowerCaseFilter
- ApostropheFilter (in
Hello Erik,
Since wilcard queries are not analyzed, how can we deal with accents ?
For instance (in french) a query like "ingé*" will not match documents
containing
"ingénieur" but the query "inge*" will.
Thanks
---
sven
Le jeudi 31 mars 2005 à 17:51:25, vous écriviez :
EH> Wildcard terms si
17 matches
Mail list logo