- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个搜索系统,它在 Solr 4.9 上运行良好,具有开箱即用的配置和模式。
在 Solr 6.2 中,结果中返回了高亮条目,但它们仅包含文档 ID - 没有高亮文本。
起初我以为是因为“内容”不在默认(托管)架构中,但添加它并没有任何区别。无论如何,在默认模式(作者、主题、标题等)中还有其他字段可以返回突出显示的文本,但我也没有得到任何关于这些的信息。
在默认配置中似乎启用了突出显示,而且我的查询似乎没问题(从管理界面运行时它也不会返回任何 HL 文本,因此排除了我的代码):
q=mike&rows=10&start=0&sort=score desc, last_modified desc&wt=json&fl=content_type,fsb_doctype,author,id,last_modified,subject,title,score,url&hl=true&hl.fragsize=250&hl.fl=content,author,subject ,title&hl.simple.pre=%3Cb%3E&hl.simple.post=%3C%2Fb%3E&facet=true&facet.field=fsb_doctype&facet.field=fsb_origin&facet.field=fsb_mission
我所做的唯一架构更改是添加了 3 个用于分面的自定义字段。
这是 Solr 4.9 系统返回的 json 示例(只是突出显示的部分):
"highlighting":{"/event_20060718.cfm":{"content":[" \n \n \n \n \n \n \n Code 582 - Events \n \n July 18, 2006 - Flight Software Branch <b>CMMI</b> <b>Appraisal</b> \n\n \nThe Flight Software Branch was successful in its latest <b>CMMI</b> <b>appraisal</b> - a SCAMPI Class A <b>Appraisal</b> of the Supplier Agreement Management (SAM"]},"/SDODocs/":{"content":[" \n \n \n \n \n \n \n SDO Flight Software \n \n \t \t SDO Flight Software Baselined Documents \n(Restricted access - contains only assets used in the <b>CMMI</b> <b>appraisal</b>. For access to up-to-date SDO FSW documents, see M W.) \n \t \t SDO Flight"]},"/LRO/":{"content":[" \n \n \n \n \n \n \n LRO Flight Software \n \n \t \t LRO Flight Software Baselined Documents \n(Restricted access - contains only assets used in the <b>CMMI</b> <b>appraisal</b>. For access to up-to-date LRO FSW documents, see Mike B.) \n \t \t LRO Flight"]},"TDL_582 Web&id=501":{"content":[" \n \n \n \n \n \n \n Action item from 582 Web group - group id 501 - closed item \n \n Michael \n Mike Tilley \n Update Events - <b>CMMI</b> <b>appraisal</b> results are official today! \n 09/18/14 - updated/created & deployed:\n\n/default.cfm\n\n/events.cfm"]},"TDL_582 Web&id=203":{"content":[" \n \n \n \n \n \n \n Action item from 582 Web group - group id 203 - closed item \n \n Michael \n Mike Tilley \n <b>CMMI</b> <b>Appraisal</b> results are \"official\" today - post an event. \n 10/11/11 - updated/created & moved to production (& Linux)..\n\n/default.cfm"]},"TDL_BSR FPI&id=1":{"content":[" \n \n \n \n \n \n \n Action item from BSR FPI group - group id 1 - closed item \n \n Michael \n Mike Tilley \n Action: send a BSR template, customized for FPI, to Victor. \n 12/15/10 - done (distracted by <b>CMMI</b> <b>Appraisal</b>!) \n "]},"/event_20080516.cfm":{"content":[" \n \n \n \n \n \n \n Code 582 - Events \n \n May 16, 2008 - Center <b>CMMI</b> <b>Appraisal</b> \n\n\n A <b>CMMI</b> SCAMPI Class A <b>Appraisal</b> for GSFC was completed successfully on Friday, May 16th. GSFC is now compliant with Agency policy regarding <b>CMMI</b> Maturity Level 2 for"]},"/event_20140918.cfm":{"content":[" \n \n \n \n \n \n \n Code 582 - Events \n \n September 18, 2014 - Center <b>CMMI</b> <b>Appraisal</b> \n\n\n A <b>CMMI</b> SCAMPI Class A <b>Appraisal</b> for GSFC was completed successfully on Monday, September 15th. GSFC continues to be compliant with Agency policy regarding <b>CMMI</b>"]},"TDL_582 Web&id=353":{"content":[" & we made the mistake of trying to use the same repository for the team, and for <b>CMMI</b> <b>appraisal</b> evidence. As a result, the team never used it, and it contains sensitive <b>appraisal</b> data. Closing this AI. \n "]},"TDL_582 Web&id=67":{"content":[" \n \n \n \n \n \n \n Action item from 582 Web group - group id 67 - closed item \n \n Michael \n Mike Tilley \n Had to find the SEI certification page for the GSFC <b>CMMI</b> <b>appraisal</b> - it wasn't easy. Should probably post a link to this on the website"]}
这是 6.1 json 结果的示例(此服务器上的文档集略有不同,但两种情况下的第一个结果相同:
"highlighting":{"/event_20060718.cfm":{},"/event_20080516.cfm":{},"/event_20140918.cfm":{},"/event_20111011.cfm":{},"/LRO/":{},"/SDODocs/":{},"/event_20060201.cfm":{},"TDL_582 Web&id=353":{},"TDL_582 Web&id=67":{},"TDL_BSR JWST&id=94":{}
所以我得到的只是一个没有高亮文本的文档 ID 列表。
最佳答案
将您的代码更改为类似这样的内容应该可行:
select?q=I+WANT+PIZZA&wt=php&indent=true&fl=id,name&group=true&group.field=content&hl=on&hl.fl=*&hl.encoder=html&hl.fragmenter=regex&hl.regex.slop=100.0 &hl.fl=text_*&hl.bs.type=WHOLE&hl.defaultSummary=true&hl.offsetSource=POSTINGS
关于Solr 突出显示返回空结果,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38513278/
我已经为使用 JGroups 编写了简单的测试。有两个像这样的简单应用程序 import org.jgroups.*; import org.jgroups.conf.ConfiguratorFact
我有一个通过 ajax 检索的 json 编码数据集。我尝试检索的一些数据点将返回 null 或空。 但是,我不希望将那些 null 或空值显示给最终用户,或传递给其他函数。 我现在正在做的是检查
这个问题在这里已经有了答案: 关闭 11 年前。 Possible Duplicate: Why does one often see “null != variable” instead of “
嗨在我们公司,他们遵循与空值进行比较的严格规则。当我编码 if(variable!=null) 在代码审查中,我收到了对此的评论,将其更改为 if(null!=variable)。上面的代码对性能有影
我正在尝试使用 native Cordova QR 扫描仪插件编译项目,但是我不断收到此错误。据我了解,这是代码编写方式的问题,它向构造函数发送了错误的值,或者根本就没有找到构造函数。那么我该如何解决
我在装有 Java 1.8 的 Windows 10 上使用 Apache Nutch 1.14。我已按照 https://wiki.apache.org/nutch/NutchTutorial 中提
这个问题已经有答案了: 已关闭11 年前。 Possible Duplicate: what is “=null” and “ IS NULL” Is there any difference bet
Three-EyedRaven 内网渗透初期,我们都希望可以豪无遗漏的尽最大可能打开目标内网攻击面,故,设计该工具的初衷是解决某些工具内网探测速率慢、运行卡死、服务爆破误报率高以及socks流
我想在Scala中像在Java中那样做: public void recv(String from) { recv(from, null); } public void recv(String
我正在尝试从一组图像补丁中创建一个密码本。我已将图像(Caltech 101)分成20 X 20图像块。我想为每个补丁创建一个SIFT描述符。但是对于某些图像补丁,它不返回任何描述符/关键点。我尝试使
我在验证器类中自动连接的两个服务有问题。这些服务工作正常,因为在我的 Controller 中是自动连接的。我有一个 applicationContext.xml 文件和 MyApp-servlet.
已关闭。此问题不符合Stack Overflow guidelines 。目前不接受答案。 已关闭10 年前。 问题必须表现出对要解决的问题的最低程度的了解。告诉我们您尝试过做什么,为什么不起作用,以
大家好,我正在对数据库进行正常的选择,但是 mysql_num_rowsis 为空,我不知道为什么,我有 7 行选择。 如果您发现问题,请告诉我。 真的谢谢。 代码如下: function get_b
我想以以下格式创建一个字符串:id[]=%@&stringdata[]=%@&id[]=%@&stringdata[]=%@&id[]=%@&stringdata[]=%@&等,在for循环中,我得到
我正在尝试使用以下代码将URL转换为字符串: NSURL *urlOfOpenedFile = _service.myURLRequest.URL; NSString *fileThatWasOpen
我正在尝试将NSNumber传递到正在工作的UInt32中。然后,我试图将UInt32填充到NSData对象中。但是,这在这里变得有些时髦... 当我尝试将NSData对象中的内容写成它返回的字符串(
我正在进行身份验证并收到空 cookie。我想存储这个 cookie,但服务器没有返回给我 cookie。但响应代码是 200 ok。 httpConn.setRequestProperty(
我认为 Button bTutorial1 = (Button) findViewById(R.layout.tutorial1); bTutorial1.setOnClickListener
我的 Controller 中有这样的东西: model.attribute("hiringManagerMap",hiringManagerMap); 我正在访问此 hiringManagerMap
我想知道如何以正确的方式清空列表。在 div 中有一个列表然后清空 div 或列表更好吗? 我知道这是一个蹩脚的问题,但请帮助我理解这个 empty() 函数:) 案例)如果我运行这个脚本会发生什么:
我是一名优秀的程序员,十分优秀!