You can try Hibernate Search. Maybe it can work.
2010-09-11
Sheldon Chen
发件人: yang Yang
发送时间: 2010-09-10 21:39:31
收件人: java-user
抄送:
主题: does lucene support Database full text search
Hi:
I am using MySql,and I want to use the full text search is rather weak.
So I use the Sphinx,ho
Lucene does not support database directly. You need to pump data into
Lucene.
You can use DBSight, which has a built-in high performance crawler for any
databases.
It also has integrated Chinese analyzers, including IKAnalyzer, which is the
best one I found so far.
--
Chris Lu
--
Hello,
You can use LuSQL to index DB content into Lucene. Solr (the "Lucene Server")
has DataImportHandler for indexing data from DBs:
http://search-lucene.com/?q=dataimporthandler
Otis
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch
Lucene ecosystem search :: http://search-luce
Its in the contrib subfolder of the ZIP file!
-
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de
> -Original Message-
> From: Iam Jabour [mailto:iamjab...@gmail.com]
> Sent: Friday, September 10, 2010 11:40 PM
> To: java-user@lucene.ap
Please start a new thread instead of highjacking this one.
2010/9/10 Iam Jabour :
> Hi,
>
> I got lucene from http://www.apache.org/dyn/closer.cgi/lucene/java/
> but I'm looking for extra Analyzers like BrazilianAnalyzer [1] and
> others. Where can I get extra packages for lucene?
>
> Ty
>
> [1] -
Hi,
I got lucene from http://www.apache.org/dyn/closer.cgi/lucene/java/
but I'm looking for extra Analyzers like BrazilianAnalyzer [1] and
others. Where can I get extra packages for lucene?
Ty
[1] -
http://grepcode.com/file/repo1.maven.org/maven2/org.apache.lucene/lucene-analyzers/3.0.2/org/apa
Thanks. Now I understand.
We changed my implementation to hold multiple bit sets, one per index reader.
Then we return the correct bit set based upon which reader is being passed in.
The results are exactly what we need. This is our first use of the
MultiSearcher (as if that wasn't obvious
This is "working as designed".
Note this method:
public DocIdSet getDocIdSet(IndexReader indexReader) throws IOException {
return openBitSet;
}
You must pay attention to the IndexReader passed - and the DocIdSet
returned must always be based on that reader (and the first document
of
We are attempting to perform a filtered search on two indices joined by a
MultiSearcher. Unfortunately, it appears there is an issue in the lucene code
that is causing the filter to be simply reused at the starting ordinal for each
individual index instead of being augmented by the starting doc
Hi:
I am using MySql,and I want to use the full text search is rather weak.
So I use the Sphinx,however I found it can not support Chinese work
searching prefectly.
So I wonder if Lucene can work better?
Hi all, brief message to let you know that we're in heavy hire mode at the
Echo Nest. As many of you know we are very heavy solr/lucene users (~1bn
documents across many many servers) and a lot of our staff have been working
with and contributing to the projects over the years. We are a "music
inte
11 matches
Mail list logo