: Once I post it I see following entry in my catalina.out. However when I go : to solr search page and try to search any token in content sectionI do not : get any thing returned. basically : : <result name="response" numFound="0" start="0"/>
the logs you posted don't inlcude anything about the query you executed, so it's hard to guess what might be going wrong. have you tried seraching for *:* to see if the documents are in there are all? have you looked at the LukeRequestHandler to see what terms have been indexed in the contents field? -Hoss