You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by pof <Me...@gmail.com> on 2009/06/24 08:37:57 UTC

Solrj no search results

Hi, I'm using an EmbeddedSolrServer. Adding documents with the example jetty
server example using this method worked fine:
doc1.addField( "id", "id1");
doc1.addField( "name", "doc1");
doc1.addField( "price", 10);
server.add(doc1)

However now I have changed the schema.xml so I can use my own fields and the
documents will add to index (no compilation errors), however I will not get
any search results back what so ever. Any Ideas?

Thanks.
-- 
View this message in context: http://www.nabble.com/Solrj-no-search-results-tp24179484p24179484.html
Sent from the Solr - User mailing list archive at Nabble.com.