Re: Querying multiple dynamicField

2008-02-05 Thread Renaud Delbru
The idea was to keep separated a certain number of lines (or sentences) in a document without using the GapPosition trick between field instances. I found that the use of multiple dynamic fields is a cleaner and generic approach. By using the copyField, I duplicate data inside the index but I

RE: Querying multiple dynamicField

2008-02-04 Thread Lance Norskog
You can use the copyField directive to copy all 'sentence_*' fields into one indexed field. You then have a named field that you can search against. Lance Norskog -Original Message- From: Renaud Delbru [mailto:[EMAIL PROTECTED] Sent: Friday, February 01, 2008 6:48 PM To:

Re: Querying multiple dynamicField

2008-02-01 Thread Ryan McKinley
sorry, nothing currently will do that. There is discussion about how to do it, but nothing concrete https://issues.apache.org/jira/browse/SOLR-247 http://wiki.apache.org/solr/FieldAliasesAndGlobsInParams Renaud Delbru wrote: Hi, We would like to know if there is an efficient way to query