solr
Solr no search results on new field
I added a multivalue field to schema.xml as follows: <field name=\"fieldsharedsite\" type=\"string\" indexed=\"true\" stored=\"false\" multiValued=\"true\" />[详细]
2023-04-12 19:43 分类:问答how to use solr.analysis.WordDelimiterFilter standalone
At this point I\'m pretty sure I\'ve searched enough and I can\'t find a nice example of how 开发者_StackOverflow中文版put to work this class.[详细]
2023-04-12 18:13 分类:问答I'm not getting matches on my multi-valued fields
I have a couple of multi-valued fields in my schema, but when I search on terms that should produce results from these fields, no results come back.[详细]
2023-04-12 14:47 分类:问答DynamicField names from SQL value
I have this \"catch all\" field in my schema.xml: <dynamicFiel开发者_高级运维d name=\"*_s\" type=\"string\" indexed=\"true\" stored=\"true\" />[详细]
2023-04-12 14:16 分类:问答Different pages to different Nutch cores (within the same domain)
How can I instruct Nutch to treat page#1 as belonging to a core and page#2 as belonging to a different core (both pages from the same domain)?[详细]
2023-04-12 10:35 分类:问答Solr: Store SHA1-hashes efficient
I have to store, index and find a lot SHA1-Tokens in Solr. Now I store them as 40-Chars-Hex-strings like 68ac906495480a3404beee4874ed853a037a7a8f. There are about 10,000+ unique SHA1-tokens in my Sol[详细]
2023-04-12 10:35 分类:问答Document-oriented dbms as primary db and a RDBMS db as secondary db?
I\'m having 开发者_运维知识库some performance issues with MySQL database due to it\'s normalization.[详细]
2023-04-12 09:44 分类:问答Where's my time going mysteriously?
I have a ruby script that uses rsolr rubygem to generate XMLs and POST them to Apache Solr (javadoc Update Command) surfaced by Jetty Server. My script logs certain time using the following code[详细]
2023-04-12 08:05 分类:问答Solr/SolrNet Help Required
I am having an issue in while querying to solr that when my page size is larger that 75 I got error An[详细]
2023-04-12 06:18 分类:问答How to boost fields in solr
I already have the boost determined before hand. I have a field in the solr index called boost1开发者_如何学JAVA . This boost field will have a value from 1 to 10 similar to google PR rank. This is th[详细]
2023-04-12 05:45 分类:问答