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 available, and therefore you will have to write your own query syntax and parser for this task.

Regards,

[1] http://siren.sindice.com
--
Renaud Delbru

gdeconto wrote:
thx for the reply.

you mean into a multivalue field?  possible, but was wondering if there was
something more flexible than that.  the ability to use a function (ie
myfunction) would open up some possibilities for more complex searching and
search syntax.

I could write my own query parser with special extended syntax, but that is
farther than I wanted to go.



Manepalli, Kalyan wrote:
You can copy the dynamic fields value into a different field and query on
that field.

Thanks,
Kalyan Manepalli




Reply via email to