Questions tagged [cfsearch]

23 questions
7
votes
1 answer

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

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…
Teerasej
  • 1,486
  • 4
  • 21
  • 31
4
votes
1 answer

ColdFusion PDF file search using cfsearch and SOLR extremely slow

I have a functional working Adobe ColdFusion application that is indexing roughly 2k PDF files with via Solr search and providing expected results - however each search query to the collection takes generally 25-30 seconds. This is how I indexed the…
myshyzile
  • 53
  • 5
3
votes
0 answers

ColdFusion Solr CFSearch Criteria Complexity

I'll try to make this as short as possible. We have a ColdFusion site that uses Solr to index several thousand PDFs. Part of the index information is also stored in a database, which is used to help filter the results. The search page is broken up…
Steve D.
  • 39
  • 2
3
votes
1 answer

Cfsearch in combination of documents and indexed query data?

I have an application which stores all kind of data about people. The current cfsearch functionality (in Verity) includes searching documents that are attached to these people. If i have 2 documents attached to 1 person, 1 with say ABC in it and the…
Bart B
  • 161
  • 10
3
votes
0 answers

CF9 & Solr: CFSEARCH vs CFHTTP

I am working in a CF 9 environment with Solr collections. I have 7 of them that I'm working with, all are strictly PDFs. Using CFSEARCH, I'm not getting all of the documents that should be appearing in the results. To give a specific example,…
user2141798
2
votes
0 answers

Including the filename in a solr collection?

Is it possible to index a file, in a ColdFusion Solr collection, and include the filename in a way that's searchable? If I search for a filename I know is indexed, and a dump of the collection shows the key and url contains that filename, it brings…
luke
  • 415
  • 1
  • 4
  • 14
2
votes
1 answer

coldfusion cfsearch is not working for keyword smoking

I have Four files[One .PDF, one .doc and Two .docx]. I have created one ColdFusion collections named "testCollection" using ColdFusion Administrator. In Manage ColdFusion Collection screen i entered File Extensions [.pdf, .doc, .docx] and the…
Arun
  • 215
  • 3
  • 11
1
vote
1 answer

coldfusion 9 using cfsearch on verity returns -1705 error

I've created a collection in verity, but when I use cfsearch on it I get this error: Message: There was a problem executing the cfSearch tag with the following collections. Detail: Collection (status code): asktheexpert (-1705) I have restarted…
Jarede
  • 3,310
  • 4
  • 44
  • 68
1
vote
1 answer

cfsearch - Error executing query : org.apache.lucene.queryParser.ParseException: Cannot parse : Lexical error

I've got a basic cfsearch that works fine, but occasionally it can be broken with search strings like the following; my search string] "my search string my search string[ my search: string Any of the above will result in an error like; Error…
luke
  • 415
  • 1
  • 4
  • 14
1
vote
1 answer

How to use custom1,custom2,custom3,custom4 in w/ Solr?

do custom1, custom2, custom3, custom4 attribute of work with Solr? The documentation said they're only for Verity MATCHES operator. How to use customX with Solr in ? Thanks
Henry
  • 32,689
  • 19
  • 120
  • 221
1
vote
1 answer

Moving files in a verity collection

I have a collection of files which have been added to a verity collection. The filename, with complete path, has been used as the key. I would like to move the location of the files on disk, but I am concerned that I will end up with duplicate…
El Yobo
  • 14,823
  • 5
  • 60
  • 78
1
vote
0 answers

cfindex custom fields that are used for display no indexible

Currently working with Coldfusion 10 and cfsearch. After many hours of trial and error, I have managed to get cfindex to collect all my custom field data so that it is available to me as fields for the output on my search results page. My only issue…
user125264
  • 1,809
  • 2
  • 27
  • 54
1
vote
1 answer

CFSearch solr using a list in a custom field

I'm attempting to index around 30,000 database records in a single collection and per my requirements I need to be able to include a list of items in a single custom field - and use that in my search. Here's an example of my index:
Gary Stanton
  • 1,435
  • 12
  • 28
1
vote
1 answer

ColdFusion 10 Solr cfsearch after cfindex returning results only sometimes

This is my first foray into using cfsearch. I have the below code working on my dev server with ColdFusion 10, and a collection I previously created. The only way I can get this to return consistent results is to place a "sleep" between the cfindex…
1
vote
1 answer

cfsearch - Using explicit with categories from query

I have a search working that combines the results of multiple cfsearch'es using categories. The collection data is from a query, a view in a mssql db. The problem is that the search requires multiple cfsearch'es, each taking time to process. They…
Matt
  • 85
  • 1
  • 10
1
2