Re: how to check index's data

2006-09-17 Thread Chris Hostetter
: I find solrphp is problem. : : i use post.sh£¬£¬it can index data and i can use luke post.sh does a commit automatically after sending docs, i don't know much about PHP but doing a quick grep of http://wiki.apache.org/solr/SolrUpdate i don't see anywhere in the addIndex method you mentioned tha

Re: how to check index's data

2006-09-17 Thread James liu
I find solrphp is problem. i use post.sh,,it can index data and i can use luke

Re: how to check index's data

2006-09-16 Thread James liu
i just modify addIndex if i index data,i can see "updated"... function addIndex($resultarray) { $dom_string = ' 111 jl jldepart jlcompany 112 ben bendepart bencompany 113 gf gfdepart gfcompany '; if ($dom_string) {

Re: how to check index's data

2006-09-16 Thread James liu
1: my lucene index will have _1.cfs,deletable,segmentsand 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 i

Re: how to check index's data

2006-09-16 Thread Chris Hostetter
: : 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://l

Re: how to check index's data

2006-09-16 Thread James liu
i think you misunderstand. i wanna check indexed data,,,not how to index. because my testxml seems to be indexed ,,,but i can't find it by http://localhost:8080/solr/admin 2006/9/17, Mike Klaas <[EMAIL PROTECTED]>: On 9/16/06, James liu <[EMAIL PROTECTED]> wrote: > lucene's index can be check

Re: how to check index's data

2006-09-16 Thread Mike Klaas
On 9/16/06, James liu <[EMAIL PROTECTED]> wrote: 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 directive in solrconfig.xml. -Mike