I am using SOLR 3.2. My application issues search queries on SOLR instance, for a text field type. How can i make SOLR to return results like \"book\", \"bookshelf\", \"bookasd\" so on, when user issu
I index some pdf and docx with solrj and when i want to create query some sentences like \"We\'d be glad to have you accompany\" or anything else, the result is emp开发者_运维技巧ty.
We are usig solr 1.4.1 Dataimport hand开发者_如何学Pythonler to build our solr index. Whenver a record on table( where the DIH queries) is updated we call the DIH with a query that updates that solr r
Suppose I have these fields in a document schema: <field name=\"id\" type=\"string\" indexed=\"true\" stored=\"true\" multiValued=\"false\" />
I need to index three completely unrelated elements (say, products, blog posts, location). No where there will be a search that will combine results from this elements.
I have an (imperfectly) clustered string data, where the items in one cluster might look like this: [
CommonsHttpSolrServer server = new CommonsHttpSolrServer(\"http://localhost:8983/solr/\"); SolrInputDocument doc1 = new SolrInputDocument();
I am trying to test SOLR for my application for finding percentage match between strings. I configured solr and defined schema only for first_name matching for now, I used text_general datatype in sc
I have what I think is a simple solr exercise, but I\'m unsure what to use. I have a field of names, e.g. Joe Smith and Jack Daniels and Steve. They could each be one name or two names. I want to be
I have two Solr cores. Core0 imports data from a Oracle table called items. Each item has a unique id (item_id) and is either a video item or a audio item (item_type). Other fields contain searchabl