Hi ,
Please tell me how can I implement HitCollector in lucene 4.7.0, migrating
from previous versions . I didn't find HitCollector in 4.7.
Thanks & Regards,
Narasimha.
Thanks to all! I'll see your links and I'll tell you.
Thanks again :D
> Date: Wed, 6 Feb 2013 14:22:30 +0530
> Subject: Re: How to implement Lucene
> From: ping.swap...@gmail.com
> To: java-user@lucene.apache.org
>
> Hi,
> Try to use solr with DIH (Data import ha
Hi,
Try to use solr with DIH (Data import handler). It can import data from
database to lucene index directly.
http://wiki.apache.org/solr/DataImportHandler
On Wed, Feb 6, 2013 at 2:03 PM, Bas Gijzen wrote:
> Hey,
>
> The Lucene documentation is very good:
> http://lucene.apache.org/core/4_1_0/
Hey,
The Lucene documentation is very good:
http://lucene.apache.org/core/4_1_0/
The example code from the link below is very helpful
http://lucene.apache.org/core/4_1_0/core/overview-summary.html#overview_description
Kind regards,
Bas
2013/2/5 VIGNESH S
> Hi,
>
> For Basics on Lucene How to
Hi,
For Basics on Lucene How to Create Lucene Index and some basic Stuffs
Look in to Lucene in Action Book.
On Tue, Feb 5, 2013 at 6:28 PM, Álvaro Vargas Quezada wrote:
> Hello,
> I want to implement a central index, and I heard about Lucene, so I would
> like to ask your help to install it an
You're probably better off using Solr which is tightly linked with lucene.
http://lucene.apache.org/solr/
I'm sure there are installation and getting started guides there.
--
Ian.
On Tue, Feb 5, 2013 at 12:58 PM, Álvaro Vargas Quezada
wrote:
> Hello,
> I want to implement a central index, an
Hello,
I want to implement a central index, and I heard about Lucene, so I would like
to ask your help to install it and configure it. My OS is Windows 7/XP/Server
2008. If I could index just one database and make a search I would be happy.
I would be grateful if you can send me any info about th