It is seems to be working fine .
But i have few question abt indexing

1)i want do index to each customer as well as partner.
2 )how do i create index to each partner (30 customers) ?

As of now i am index all customer using data-config.xml

<document name="content">
       <entity name="customertable" dataSource="usr1"  pk="id" query="SELECT
* from customer">
            <field column="id" name="id" />
            <field column="customer_name" name="customername" />
                        <field column="customer_ip" name="customerip" />
                        <field column="customer_type" name="customer" />
                    </entity>
    </document>

--
View this message in context: 
http://lucene.472066.n3.nabble.com/How-do-create-dynamic-core-using-SOLRJ-tp3943530p3950398.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to