I'm trying to integrate lucene with hibernate 3 in my tapestry CMS
following the interceptor method (the second one in
http://www.hibernate.org/138.html)
I run into two different problems:
1. Lucene's doesn't create the needed folder structure the first time
and it complains that it can't fin
hi there
are there any APIs which will index mysql databases and run periodically ?
i have one more query: if i choose to search on multiple fields do i loose
the advantage of fuzzy search and stuff like that
plz give some suggestions
vasu
---
On Saturday 10 Dec 2005 00:17, Erik Hatcher wrote:
> > When I wrote the Analyzer for my documents, I produced the
> > tokenstream to
> > generate Token objects with the start end end positions of each
> > term in them
> >
> > Now, from my Hits object I can find each document I need to output,
> >
On Dec 9, 2005, at 3:18 PM, Alan Chandler wrote:
I am slowly making may way through lucene, as witnessed by earlier
threads to
this mailing list.
But I am stuck again, going round in circles with the Javadocs.
I want to display the results of a user entered search where for
each document
as long as the you are interested in doing things at document granularity
(and not on a field granularity - ie: some clients want certain fields,
and others don't) then you can use a combination of composition from small
indexes, and deleting of unwanted data.
without understanding exactly what k
I am slowly making may way through lucene, as witnessed by earlier threads to
this mailing list.
But I am stuck again, going round in circles with the Javadocs.
I want to display the results of a user entered search where for each document
I put out a small summary with the searched for words h
Srinivas,
You may also find http://lucene.apache.org/java/docs/gettingstarted.html
which describes the demo application that comes with Lucene.
-Grant
Srinivas Jadcharla wrote:
Thanks otis
On 12/9/05, Otis Gospodnetic <[EMAIL PROTECTED]> wrote:
Srinivas,
There is Lucene in Action - se
Thanks otis
On 12/9/05, Otis Gospodnetic <[EMAIL PROTECTED]> wrote:
>
> Srinivas,
>
> There is Lucene in Action - see http://www.lucenebook.com/
> You can get an eBook (PDF) version as well (quicker). Other than the
> book, there are several articles about Lucene listed in the Lucene
> Wiki.
>
>
Srinivas,
There is Lucene in Action - see http://www.lucenebook.com/
You can get an eBook (PDF) version as well (quicker). Other than the
book, there are several articles about Lucene listed in the Lucene
Wiki.
Otis
--- Srinivas Jadcharla <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> is these an
Hi there,
is these any online tutorial which explains how to use the lucene that is
Starting from installing lucene to develop a simple application that
searches a simple text file.Any advice is highly appreciable.
--
Thanks & Regards
Srinivas
732-648-9421(Cell)
We build indexes, then share those indexes (along with files and database
records) with our client installations.
We now have multiple clients, and they are beginning to say things like,
"I'd like this group of documents here, and this little bit over here, and
ah yea that document there too
MaxPermSize is a not-always-documented jvm flag similar to Xmx. You set it like
this...
java -Xmx200M -XX:MaxPermSize=100m Myclass
It sets the maximum amount of space that will be available to the jvm for
'permanent' things (classes, etc.) and defaults to just 64MB. This can often
run out wit
Any one planning on going to ApacheCon next week? I will be giving a
talk on Lucene on Monday afternoon at 3pm on term vectors, span queries
and some case studies from our work at CNLP with Lucene.
Abstract for my talk can be found at
http://www.apachecon.com/2005/US/html/sessions.html/e=MjAw
13 matches
Mail list logo