This question probably has a very simple answer, but I cannot find it in the Cocoon documentation (though it may be there).
We're using Cocoon 2.1.5.1. I am attempting to build a Lucene Index using the LuceneIndexTransformer. I get a document suggesting that the index has been generated, but I don't know where. Supposedly this is generated to a location relative to Cocoon's working directory, but I don't know what that is or how to find it. Is it explicitly identified somewhere in my Cocoon installation? Is there a default location, or do I need to specify one? And based on the listing below am I right to expect to see a directory called "lucene-index" containing an index file in the Cocoon working directory (once I find it)?
Thanks for any advice!
This is the t/a from the Index Transformer:
<lucene:index merge-factor="20" create="true" directory="lucene-index" analyzer="org.apache.lucene.analysis.standard.StandardAnalyzer">
<lucene:document url="" elapsed-time="17"/>
<lucene:document url="" elapsed-time="16"/>
<lucene:document url="" elapsed-time="39"/>
<lucene:document url="" elapsed-time="182"/>
<lucene:document url="" elapsed-time="20"/>
</lucene:index>
- basic lucene question peter . dykstra
- Re: basic lucene question Andrew Franz
