cfsearch

Does HTMLStripCharFilterFactory @ Solr 3.4 strip out html for returned fields?

我怕爱的太早我们不能终老 提交于 2019-12-25 16:27:52
问题 I'm using CF10 which should be using Solr 3.4 according to corporatezen.com/2013/11/updating-solr-engine-coldfusion. I added <charFilter class="solr.HTMLStripCharFilterFactory"/> to <fieldType name="text"> but the summary field in the search result still includes HTML. Any idea why? <field name="summary" type="text" indexed="false" stored="true" required="false" /> http://localhost:8985/solr/test/admin/schema.jsp shows: Field: summary Field Type: TEXT Properties: Tokenized, Stored Schema:

How can I use Verity to index and search database content in ColdFusion 9?

若如初见. 提交于 2019-12-04 13:12:37
问题 I have tried to use ColdFusion 9 to build search engine in my site. The key is Verity which I read it is the best tool to do the indexing and searching in my database content. But I search around with no luck about any tutorial to tell me how to done this, even a tutorial is missing, or I think I don't found it. I am using ColdFusion 9 with MySQL server. Could you advice me how to do this? or any tutorial, article, or e-book is also welcome. 回答1: Actually, you have two great engines for CF9:

How can I use Verity to index and search database content in ColdFusion 9?

ε祈祈猫儿з 提交于 2019-12-03 08:13:36
I have tried to use ColdFusion 9 to build search engine in my site. The key is Verity which I read it is the best tool to do the indexing and searching in my database content. But I search around with no luck about any tutorial to tell me how to done this, even a tutorial is missing, or I think I don't found it. I am using ColdFusion 9 with MySQL server. Could you advice me how to do this? or any tutorial, article, or e-book is also welcome. Actually, you have two great engines for CF9: Verity (classic) and Solr (modern). Both of them implement the idea of collections . Creating and