Questions tagged [cfsearch]
23 questions
0
votes
1 answer
Coldfusion CFSEARCH: indexing SQL data with Solr
I read the Indexing SQL data chapter of the "Web Application Construction Kit", by Ben Forta.
Passing a query object to the CFINDEX tag is great for building an index from scratch setting my table's "productName" as the document title,…

Fabio B.
- 9,138
- 25
- 105
- 177
0
votes
1 answer
ColdFusion cfsearch special characters
I am currently using CF11 cfsearch on our website to retrieve products. However, if the product name has ANY special characters it generates an error.
We have products that have a hash, plus, exclamation signs and some with backslashes. How do I…

Bettina Maria
- 31
- 3
0
votes
1 answer
Does HTMLStripCharFilterFactory @ Solr 3.4 strip out html for returned fields?
I'm using CF10 which should be using Solr 3.4 according to corporatezen.com/2013/11/updating-solr-engine-coldfusion. I added to but the summary field in the search result…

Henry
- 32,689
- 19
- 120
- 221
0
votes
0 answers
coldfusion search through database AND files
I'm looking to create a search facility for a site, and i'd like the search to return results from the database and from files. Is this possible?
So if i search for say 'Apple' it will return database records containing Apple, as well as any files…

luke
- 415
- 1
- 4
- 14
0
votes
1 answer
CFSearch not returning results when using criteria
I followed the steps from Ray Camden's website to use the data import handlers for indexing a collection. My collection is being populated but when I try to use cfsearch to return results it comes back empty if I add a criteria to the search.…

user3339133
- 1
- 1
0
votes
1 answer
How can I supply an empty criteria for cfsearch?
I am using cf search (or rather the script based alternative in Railo) to do a basic keyword search, but I am getting an error when no criteria is entered.
What I would rather like to get back is an empty query object. Is this possible?
I can do…

Michael Giovanni Pumo
- 14,338
- 18
- 91
- 140
0
votes
1 answer
Coldfusion (Solr) search behavior
I have this "indexer" template:
SELECT id, name, brand FROM products

Fabio B.
- 9,138
- 25
- 105
- 177
-8
votes
1 answer
How to track Solr Keywords when used in a search using Coldfusion 10
I'm currently using cf 10 and making alot of use using cfsearch (solr) and I'm just wondering if there is a way to report / record what people are searching for on my website.
I have read that this is possible when using solr directly on other…

user125264
- 1,809
- 2
- 27
- 54