I don't really think this is possible/reasonable. There's nothing fixed about a Lucene index, you could index a field in different documents with any number of analysis chains. The tricky part here will, as you've discovered, find a way to match the Solr schema "closely enough" to get your desired results.
Are you sure there's no way to re-index the data? Or find the original code that indexed it? Best Erick On Wed, Jan 19, 2011 at 3:22 AM, Lee Goddard <lee...@gmail.com> wrote: > I have to use some Lucene indexes, and Solr looks like the perfect > solution. > > However, all I know about the Lucene indexes are what Luke tells me, and > simply setting the schema to represent all fields as text does not seem to > be working -- though as this is my first Solr, I am not sure if that is due > to some other issue. > > Is there some way to ascertain how the Solr schema should describe the > Lucene fields? > > Many thanks in anticipation > Lee >