On Jul 8, 2009, at 8:10 AM, Saeli Mathieu wrote:
Yep I know that, I almost add more than 60 lines in this file :)
It's just an example.
Do you have any idea why when I'm trying to search something, the
result of
Solr is equal to 0 ?
The first place I start with a general question like is add
&debugQuery=true and see what the query expression is parsed to, then
go from there to find out if that is the actually intended query
(proper fields being used, etc) and then back into the analysis
process and the data that was indexed. analysis.jsp comes in real
handy troubleshooting these things.
Erik