Re: Luke web interface

2009-11-07 Thread Koji Sekiguchi
Bertie Shen wrote: Hi folks, Does Lucene Luke have a web interface, something like Solr Admin? I do not have X Windows installed on my server. But I like to use Luke to take a look at my index. For web interface, Solr has the schema browser. Click [SCHEMA BROWSER] link in Solr admin to

Re: Highlighting performance between 1.3 and 1.4rc

2009-11-07 Thread Mark Miller
If the query doesn't have clauses where it would matter (positional, phrase, multiterm) it's just as fast either way. - Mark http://www.lucidimagination.com (mobile) On Nov 6, 2009, at 8:35 PM, Peter Wolanin peter.wola...@acquia.com wrote: Trying to clarify when the new behavior is

Re: Specifying multiple documents in DataImportHandler dataConfig

2009-11-07 Thread Bertie Shen
I have the same problem. I had thought we could specify multiple document blah blah blah/documents, each of which is mapping one table in the RDBMS. But I found it was not the case. It only picks the first documentblah blah blah/document to do indexing. I think Rupert's and my request are pretty

Re: Wildcard searches within phrases to use proximity

2009-11-07 Thread AHMET ARSLAN
You can do it with the complexphrasequery parser in lucerne contrib (I think that's the name). You have to plug it in to solr though - someone has already donethis bit I'm not sure if it was controbbed back. I would be happy to contribute it, what should i do?

Re: Specifying multiple documents in DataImportHandler dataConfig

2009-11-07 Thread Bertie Shen
I have figured out a way to solve this problem: just specify a single document blah blah blah /document. Under document, specify multiple top level entity entries, each of which corresponds to one table data. So each top level entry will map one row in it to a document in Lucene index. document

Representing a complex schema in solr

2009-11-07 Thread Rakhi Khatwani
Hi, i have a complex schema as shown below: Book - Title - Category - Publication - Edition - Publish Date - Author (multivalued) = Author is a multivalued field containing the following attributes. - Name - Age - Location

Re: Representing a complex schema in solr

2009-11-07 Thread Israel Ekpo
On Sat, Nov 7, 2009 at 11:37 PM, Rakhi Khatwani rkhatw...@gmail.com wrote: Hi, i have a complex schema as shown below: Book - Title - Category - Publication - Edition - Publish Date - Author (multivalued) = Author is a multivalued field containing the

Re: solr search

2009-11-07 Thread Noble Paul നോബിള്‍ नोब्ळ्
Please paste the complete stacktrace On Fri, Nov 6, 2009 at 1:37 PM, manishkbawne manish.ba...@gmail.com wrote: Thanks for assistance. Actually I installed jdk 6 and my problem was resolved. But now I am getting this exception:- org.apache.solr.handler.dataimport.DataImportHandlerException:

Re: Specifying multiple documents in DataImportHandler dataConfig

2009-11-07 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Sun, Nov 8, 2009 at 8:25 AM, Bertie Shen bertie.s...@gmail.com wrote: I have figured out a way to solve this problem: just specify a single document blah blah blah /document. Under document, specify multiple top level entity entries, each of which corresponds to one table data. So each