I\'m currently using Solr with Terms Component and Jquery Autosuggest which works quiet good. However, this construct is limited to one autosuggest word (it autocompletes only the first word). Is it p
(I have put \' in the XML below to make it display) Hi all I want to index my MySQL db table with solr. I have installed the necessary java components/adaptors etc. My database is called \'test_db\'
Anyone know how to bind a SolrNet result set to a GridView control? I suspect it involves ObjectDataSource but I can\'t seem to get the right thing thrown together. Any help would be appreciated, I ne
I am using SolrJ 1.4, I am having trouble fi开发者_如何学Cguring out in what jar file the EmbeddedSolrServer lives. The documentation says that its namespace is org.apache.solr.client.solrj.embedded b
(This is a cross-post from servefault. I\'m posting it here because no one answered my post there, and I feel that this sort of hits an awkward space half-way between both stackoverflow and serverfaul
HI, In my document i have data as Party value and Party Type. A single document can have multiple Party value and Party Type. For example First document will have Party value as Pramod and Party type
I\'m having an issue querying Solr using the following field type: <fieldType name=\"text_ci\" class=\"solr.TextField\" positionIncrementGap=\"100\">
I am using Solr 1.4.1 (lucene 2.9.3) on windows and am trying to understand ShingleFilter. I wrote the following code and find that if I provide more words than the actual phrase indexed in the field,
My question is pretty similar to this question The difference, I\'d nee开发者_JAVA百科d the least RAM intensive way to gather information about the distinct values. I DON\'T care for the actual count
I created a solr 1.4 index and would like to serve queries against it for a high-volume application. The index that I am querying is static -- no more updates are allowed. A couple of client apps maki