We want to change schema from indexed field to stored field, for example orig one : <field name=\"cat\" type=\"string\" indexed=\"true\" stored=\"false\">
I am开发者_JAVA技巧 getting sometimes timeouts while inserting documents into Solr with SolrJ. Now I am searching for a solution and thought, maybe the autocommit could be a possible approach. I can s
My solr service works without HTTP authentication, but my webhost provides it and I\'d like to take advantage of it.
Anyone know why and how to resolve this as I have a very busy updates and searches at the same time. Error opening new searcher.
Solr DataImportHandler documentation says we could index data from other Solr servers using URLDat开发者_如何学CaSource. Can anyone please guide me how to produce a data config file for that purpose?
Been through the tutorials, it used a po开发者_运维百科st.jar to submit the XMLs to SOLR. Is it enough to POST the XML as string to [solr-home]/update ? For indexing normal data, its enough to have da
My application is related to health care, so I would like to have queries that use \"heart\" to also bring results that include \"cardiac\"
I have a multivalued field that appears like this : <arr name=\"some_name\"> <str>a-value-1 a-value-2 ....a-value-n</str>
I have a Solr schema with a kind of versioning. IDs contain version number, so existing docs remain as new are indexed. Sample contents:
For example ZF is a bunch of code that 开发者_StackOverflow中文版is written in PHP and runs on Apache (assuming web server...)