I am usingSolr 3.3.0 with Tomcat 6.0.26. I was able to successfully install Solr and i was even able to access its web interface using http:/localhost:8084/solr/admin.
I am using Solr to make search on my database, and i need to get a field with (datetime) data type from mysql 开发者_开发技巧database, so i set the select query to get this field in dataconfig.xml, an
I be开发者_如何转开发lieve i can create a Solr index for data in RDBMS using dataImportHandler.
I have got a solr search implemented and everything is working fine. Just a quick question. When user searches in our database for e.g. New Honda Civic. Solr would only return the results 开发者_如何学
How to Solr ind开发者_开发问答ex merging is done and configure solrconfig.xml. when i go to create index create indexes but do not get they are merged
I am trying to index almos开发者_如何学JAVAt 3 million xml files with lucene solr. When I try to use command line \"java -jar post.jar *.xml\". There is no response from the machine. How can I do the
When usin开发者_JAVA百科g solr\'s spatial search feature, how can I tell it to use miles rather than km when calculating values.
How to optimize solr index. I want to optimize my sol开发者_Python百科r indexing for i try to change in solrconfig.xml it getting indexed but i want to how to verify that they are optimized and with
I have about 150,000 LARGE TEXT fields inside of a mysql database.Each TEXT field represents about 1page of text and will be referred to as a page from here on out.
if have the problem to execute multiple Solr queries at ones with the same phrase but for different timeranges.