Re: Semantic Search research?

2010-08-30 Thread Paulo Avelar
Nope, but if you find out, please let us know. It sounds very interesting. Thanks Paulo On Sun, Aug 1, 2010 at 8:29 AM, adasal wrote: > Does anyone on the list know about the nature of this research or > collaboration:- > A search engine based on '25 years of cutting edge research from the Indian

Re: Fields with Field.Store.NO and Field.Index.ANALYZED not being indexed

2010-08-30 Thread Erick Erickson
"if you do not have access to the original contents" is the key if Uwe's comment. You do not need a separate field at all, it all depends upon your situation. There's no problem in indexing AND storing f field. HTH Erick On Sun, Aug 29, 2010 at 11:33 PM, Constantine Vetoshev wrote: > "Uwe Schind

RTP Apache Lucene/Solr Meetup Sept. 21

2010-08-30 Thread Grant Ingersoll
I'm pleased to announce the very first ever RTP area (Raleigh, Durham, Chapel Hill NC) Lucene/Solr meetup on Sept. 21. The event will be held at Lulu Press and co-sponsored by Lucid Imagination. To learn more and RSVP, please see http://www.meetup.com/RTP-Apache-Solr-Lucene-Meetup/ Hope to se

Re: Span Query/Slop distance

2010-08-30 Thread Grant Ingersoll
On Aug 26, 2010, at 12:47 PM, Shashi Kant wrote: > Hello, I am familiar with the SpanQuery construct and set an upper Slop limit. > > 1. But when I get the hit results, is there any way I can access the > actual slop and the span text itself in that particular hit. http://www.lucidimagination.c

RE: How to do facet search in lucene, NOT solr ?

2010-08-30 Thread Allahbaksh Mohammedali Asadullah
Hi, Just check out this project http://code.google.com/p/bobo-browse/ Warm Regards, Allahbaksh Mohammedali Asadullah, Software Engineering & Technology Labs, Infosys Technolgies Limited, Electronics City, Hosur Road, Bangalore 560 100, India. (Board: +91-80-28520261 | Extn: 53915 | Direct: 411739

Re: How to do facet search in lucene, NOT solr ?

2010-08-30 Thread Li Li
I think you can read the codes of solr. I guess you can implement a collect to get all hit docs into a DocSet(bitset). Also getting facet fields into memory(doc id->field value) then loop the DocSet to count it. 2010/8/30 fulin tang : > we are building a search system on top of lucene, and we are

How to do facet search in lucene, NOT solr ?

2010-08-30 Thread fulin tang
we are building a search system on top of lucene, and we are now looking for a facet feature So it there a easy way to do this ? btw, we do not want to switch to solr just for this! - To unsubscribe, e-mail: java-user-unsubscr..