Comma delemitered words shawn in terms like one word.

2010-06-18 Thread Vitaliy Avdeev
Hello. In indexing text I have such string John,Mark,Sam. Then I looks at it in TermVectorComponent it looks like this johnmarksam. I am using this type for storing data What filter I need to use to get John Mark Sam as di

Deleting old index data from solr. But HDD spaces doesn`t free.

2010-08-06 Thread Vitaliy Avdeev
Hello. I am deliting old data from solr such way. String url = "http://192.168.5.138:8080/apache-solr-1.4.0/";; CommonsHttpSolrServer server = new CommonsHttpSolrServer(url); server.setDefaultMaxConnectionsPerHost(200); server.setAllo

Some questions about ability of solr.

2010-06-09 Thread Vitaliy Avdeev
I am keeping some data int Json format in HBase table. I would like to index this data with solr. Is there any examples of indexing HBase table? Evry node in HBase has atribyte that saves the data then it was writed int table. Is there any option to search no only by text but also to search the da