Re: how to scan dynamic field without specifying each field in query

2009-09-04 Thread Aakash Dharmadhikari
/select?q=myfunction(http://localhost:8994/solr/select?q=myfunction%28‘Foo’, 3) where myfunction itself iterates thru all the instances of Foo* any help appreciated -- View this message in context: http://www.nabble.com/how-to-scan-dynamic-field-without-specifying-each-field

Re: how to scan dynamic field without specifying each field in query

2009-09-04 Thread gdeconto
: what all other searches you would like to perform on these fields? ... -- View this message in context: http://www.nabble.com/how-to-scan-dynamic-field-without-specifying-each-field-in-query-tp25280228p25297439.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: how to scan dynamic field without specifying each field in query

2009-09-04 Thread Avlesh Singh
-dynamic-field-without-specifying-each-field-in-query-tp25280228p25297439.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: how to scan dynamic field without specifying each field in query

2009-09-04 Thread gdeconto
. Function queries are supposed to return score for a document based on their ValueSource. What you probably need is a custom QueryParser. -- View this message in context: http://www.nabble.com/how-to-scan-dynamic-field-without-specifying-each-field-in-query-tp25280228p25300855.html Sent

how to scan dynamic field without specifying each field in query

2009-09-03 Thread gdeconto
to query by a function I create, possibly something like this: http://localhost:8994/solr/select?q=myfunction(‘Foo’, 3) where myfunction itself iterates thru all the instances of Foo* any help appreciated -- View this message in context: http://www.nabble.com/how-to-scan-dynamic-field-without

RE: how to scan dynamic field without specifying each field in query

2009-09-03 Thread Manepalli, Kalyan
://www.nabble.com/how-to-scan-dynamic-field-without-specifying-each-field-in-query-tp25280228p25280228.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: how to scan dynamic field without specifying each field in query

2009-09-03 Thread Avlesh Singh
] Sent: Thursday, September 03, 2009 12:06 PM To: solr-user@lucene.apache.org Subject: how to scan dynamic field without specifying each field in query say I have a dynamic field called Foo* (where * can be in the hundreds) and want to search Foo* for a value of 3 (for example) I know I can do

RE: how to scan dynamic field without specifying each field in query

2009-09-03 Thread gdeconto
-without-specifying-each-field-in-query-tp25280228p25280669.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: how to scan dynamic field without specifying each field in query

2009-09-03 Thread Avlesh Singh
to go. Manepalli, Kalyan wrote: You can copy the dynamic fields value into a different field and query on that field. Thanks, Kalyan Manepalli -- View this message in context: http://www.nabble.com/how-to-scan-dynamic-field-without-specifying-each-field-in-query

Re: how to scan dynamic field without specifying each field in query

2009-09-03 Thread Renaud Delbru
Hi, maybe SIREn [1] can help you for this task. SIREn is a Lucene plugin that allows to index and query tabular data. You can for example create a SIREn field foo, index n values in n cells, and then query a specific cell or a range of cells. Unfortunately, the Solr plugin is not yet

Re: how to scan dynamic field without specifying each field in query

2009-09-03 Thread gdeconto
this message in context: http://www.nabble.com/how-to-scan-dynamic-field-without-specifying-each-field-in-query-tp25280228p25283094.html Sent from the Solr - User mailing list archive at Nabble.com.