> It's possible to see what terms are indexed for a field of
> document that
> stored=false?

One way is to use http://wiki.apache.org/solr/LukeRequestHandler

> I have a search  that doesn't work with quotes like
> this "field:TEXT Nº
> 1098" when i remove quotes the search find the document
> (using AND like a
> default operator). My idea is to see what terms which
> indexed to analyze
> what happened. If anyone has any idea to what this error
> occur, please help.

solr/admin/analysis.jsp is also a great tool. By the way if proper way to fire 
a phrase query is &q=field:"TEXT Nº 1098"

Reply via email to