1: my lucene index will have _1.cfs,deletable,segments,,,,and solr just only segments,,,am i wrong? luke can't open solr's index,and can open lucene's index.
2: i m sure commit after adddocs. 2006/9/17, Chris Hostetter <[EMAIL PROTECTED]>:
: : i think you misunderstand. : : i wanna check indexed data,,,not how to index. I think mike's point is that a solr index *is* a lucene index, so you can point luke at it just like you're use to if you've used lucene. : because my testxml seems to be indexed ,,,but i can't find it by : http://localhost:8080/solr/admin off the top of my head: did you remember to do a commit after you added the docs? : > > lucene's index can be checked by lukeall.jar; : > > : > > how to check solr's index? : > : > Solr's index is a lucene index. It's location is specified by the : > <dataDir> directive in solrconfig.xml. -Hoss