Re: Indexing CSV files with filenames

2012-09-07 Thread edvicif
My problem is more like the left hand side of the equatation. Is it ${f.name} or something? On Sep 7, 2012 5:36 PM, "Rafał Kuć-3 [via Lucene]" < ml-node+s472066n4006179...@n3.nabble.com> wrote: > Hello! > > You can just pass the name of the file to the 'literal' parameter. For > example adding >

Re: Indexing CSV files with filenames

2012-09-07 Thread edvicif
Thx for the quick answer. Can you help a little more? I don't really got the concept of literal. How can I set a field with the source absolute path? I mean how can I find out the parameter names? An example will be really help full. -- View this message in context: http://lucene.472066.n3.

Indexing CSV files with filenames

2012-09-07 Thread edvicif
Hi! I've have a set of CSV files. I wanted to index them by certain columns. But I also want to store the filename, where they got indexed from. The reason is, that the queries I want to run is to identify files. David -- View this message in context: http://lucene.472066.n3.nabble.com/Index