Re: Specifying multiple documents in DataImportHandler dataConfig

2009-11-07 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Sun, Nov 8, 2009 at 8:25 AM, Bertie Shen wrote: > I have figured out a way to solve this problem: just specify a > single blah blah blah . Under , 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

Re: solr search

2009-11-07 Thread Noble Paul നോബിള്‍ नोब्ळ्
Please paste the complete stacktrace On Fri, Nov 6, 2009 at 1:37 PM, manishkbawne 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: Unable to > execute

Re: Representing a complex schema in solr

2009-11-07 Thread Israel Ekpo
On Sat, Nov 7, 2009 at 11:37 PM, Rakhi Khatwani 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 following attr

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: 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 blah blah blah . Under , 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. in DIH is *NOT* mapped to a documen

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 the same problem. I had thought we could specify multiple blah blah blahs, each of which is mapping one table in the RDBMS. But I found it was not the case. It only picks the first blah blah blah to do indexing. I think Rupert's and my request are pretty common. Basically there are multip

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 wrote: Trying to clarify when the new behavior is useful - if I'm using the di

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 la