Re: Indexing / querying multiple data types

2010-02-11 Thread Lance Norskog
parameter to filter on that new field -Original Message- From: Lance Norskog [mailto:goks...@gmail.com] Sent: 10 February 2010 03:28 To: solr-user@lucene.apache.org Subject: Re: Indexing / querying multiple data types A couple of minor problems: The qt parameter (Que Tee

RE: Indexing / querying multiple data types

2010-02-10 Thread Stefan Maric
-Original Message- From: Lance Norskog [mailto:goks...@gmail.com] Sent: 10 February 2010 03:28 To: solr-user@lucene.apache.org Subject: Re: Indexing / querying multiple data types A couple of minor problems: The qt parameter (Que Tee) selects the parser for the q (Q for query

Re: Indexing / querying multiple data types

2010-02-10 Thread Chris Hostetter
: Subject: Indexing / querying multiple data types : In-Reply-To: 8cf3f00d0572f8479efcd0783be11eb1927...@xmb-rcd-104.cisco.com http://people.apache.org/~hossman/#threadhijack Thread Hijacking on Mailing Lists When starting a new discussion on a mailing list, please do not reply to an existing

RE: Indexing / querying multiple data types

2010-02-09 Thread stefan.maric
Sven In my data-config.xml I have the following document entity name=name1 query=select id, atomID, name, description from v_1 / entity name=name2 query=select id, atomID, name, description from V_2 / /document In my schema.xml I have field

Re: Indexing / querying multiple data types

2010-02-09 Thread Lance Norskog
A couple of minor problems: The qt parameter (Que Tee) selects the parser for the q (Q for query) parameter. I think you mean 'qf': http://wiki.apache.org/solr/DisMaxRequestHandler#qf_.28Query_Fields.29 Another problems with atomID, atomId, atomid: Solr field names are case-sensitive. I don't

Indexing / querying multiple data types

2010-02-08 Thread stefan.maric
OK - so I've now got my data-config.xml sorted so that I'm pulling in the expected number of indexed documents for my two data sets So I've defined two entities (name1 name2) and they both make use of the same fields -- I'm not sure if this is a good thing to have done When I run a query I

Re: Indexing / querying multiple data types

2010-02-08 Thread Sven Maurmann
Hi, could you be a little more precise about your configuration? It may be much easier to answer your question then. Cheers, Sven --On Montag, 8. Februar 2010 17:39 + stefan.ma...@bt.com wrote: OK - so I've now got my data-config.xml sorted so that I'm pulling in the expected number