Hi,
I want to access Lucene index with SRW Web Service and the SRU. I know
that Online Computer Library Center has one implementation:
http://www.oclc.org/research/announcements/2003-11-07b.htm
But it is kind of limited to DSpace digital repository system (I will
check more about that).
Could yo
Hi,
I need to index a database with Lucene. Can you suggest where to start
looking for the DB to Lucene parsers? I will need to parse data from
MySQL, MS SQL, Oracle and several other databases. Structure of data
is pretty simple - almost flat tables. I know I can do DB -> XML ->
Lucene but may b
Hi,
I started to study Lucene following the book Lucene in Action.
I am trying to compile book examples downloaded from the book site:
http://www.manning.com/hatcher2/
When I am trying to compile first example (Indexer.java) it gives me
the following error:
LuceneInAction\src\lia\meetlucene\In