: : Thank you for answering my question, but maybe I wasn't clear in : explaining it. In fact, what I meant was that using the Query : compilation in Lucene you can obtain an array of strings containing : the terms used from the system to search the indices.
are you refering to Query.extractTerms() ? there isn't anything like that built in right now ... i would imagine it would be pretty easy to add it as a component however. if you are using the standard request handler you could use debugQuery=true and then show them what the "parsedquery" looks like ... it will have the same basic information in string form. -Hoss