solr
change schema from indexed field to stored field without re-index in Solr
We want to change schema from indexed field to stored field, for example orig one : <field name=\"cat\" type=\"string\" indexed=\"true\" stored=\"false\">[详细]
2023-04-06 19:22 分类:问答SolrJ's UpdateRequest worth trying instead setting autoCommit in config?
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[详细]
2023-04-06 12:34 分类:问答Solr authentication (using Django Haystack)
My solr service works without HTTP authentication, but my webhost provides it and I\'d like to take advantage of it.[详细]
2023-04-06 11:47 分类:问答How to fix exceeded limit of maxWarmingSearchers?
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.[详细]
2023-04-06 11:39 分类:问答Solr Json URLDataSource
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?[详细]
2023-04-06 09:45 分类:问答Where do I submit XML to SOLR
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[详细]
2023-04-06 09:45 分类:问答How to add more synonims to a SOLR SE?
My application is related to health care, so I would like to have queries that use \"heart\" to also bring results that include \"cardiac\"[详细]
2023-04-06 09:35 分类:问答Solr Searching Multivalued Fields
I have a multivalued field that appears like this : <arr name=\"some_name\"> <str>a-value-1 a-value-2 ....a-value-n</str>[详细]
2023-04-06 07:25 分类:问答Search among one result from each group in Solr
I have a Solr schema with a kind of versioning. IDs contain version number, so existing docs remain as new are indexed. Sample contents:[详细]
2023-04-06 04:32 分类:问答How are SOLR and Lucene related?
For example ZF is a bunch of code that 开发者_StackOverflow中文版is written in PHP and runs on Apache (assuming web server...)[详细]
2023-04-06 03:37 分类:问答