Contract work

14 views
Skip to first unread message

John C. Bland II

unread,
Sep 7, 2014, 11:31:15 PM9/7/14
to hou...@googlegroups.com
I’m looking for a CF contractor. There is not a known framework in place, the code isn’t pretty [just being honesty] and there is pressure to meet the deadline. There isn’t a direct guarantee for the work but I’m going to push this client to replace their current dev as he is simply not cutting it.

Hit me up directly [not on the list] if you’re interested.

Angeli Wahlstedt

unread,
Feb 22, 2019, 4:28:35 PM2/22/19
to hou...@googlegroups.com
Good afternoon, folks.

I'm wondering if anyone have has problems with searching via <cfsearch>
and Soir on ColdFusion 11? One client I work for has about 1,000 PDF
files (some dozens pf pages long) indexed nightly. Daily, an average of
about 1,000 searches would be run through the collection, some just
single words, and some phrases, some using "or".  Sometimes, the Soir
search engine would slow down and get hung up, and occasionally we have
to bounce Coldfusion's Add-On service. We didn't have this kind of
problem when we were using Verity on an older version of ColdFusion. Is
Soir normally this flakey?

Also, are there any alternatives to Soir? What about Lucene... can it
index PDF files?

Thanks,
Angeli Wahlstedt

Seth Bienek

unread,
Feb 22, 2019, 5:43:49 PM2/22/19
to hou...@googlegroups.com
Hi Angeli,

Solr may just need a little tweaking.  Do you know why it's hanging, or when?  Is it during queries or indexing?  Anything interesting in the logs?  It may need more memory, or there could be an issue reading some files that you're indexing.  I'd check into the logs to see why Solr is struggling before undertaking a retrofit of the search engine, it might save you a lot of time and resources, and Solr is already one of the most popular enterprise search engines.

If you're certain you want to change search engines, you could (relatively) easily use any one with a java client library or web services/REST-based API.  Elasticsearch is popular.  It's based on Lucene just like Solr is though. :)

Hope this helps.

Take Care,

Seth

--
--
You received this message because you are subscribed to the "Houston ColdFusion Users' Group" discussion list.
To unsubscribe, send email to houcfug-u...@googlegroups.com
For more options, visit http://groups.google.com/group/houcfug?hl=en

---
You received this message because you are subscribed to the Google Groups "Houston ColdFusion Users' Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to houcfug+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Angeli Wahlstedt

unread,
Feb 22, 2019, 6:47:07 PM2/22/19
to hou...@googlegroups.com
Sorry, I should have been more clear in my original email. :-)  Indexing is no problem, but searches sometimes are a problem. A search would come back quickly, and the other times, it doesn't. According to the logs, threads would get stuck in a waiting state after executing the cfsearch statement. I think this happens if there are several people trying to run searches at the same time.

-- Angeli

Mark Davis

unread,
Feb 22, 2019, 7:03:42 PM2/22/19
to hou...@googlegroups.com
At a previous job, we moved from Lucerne to elasticsearch, which really well.  It did index the contents of PDFs and other files also.  Hope this helps

Mark

Ahmed El-Rasheedy

unread,
Feb 25, 2019, 9:37:41 AM2/25/19
to hou...@googlegroups.com
You may want to check how much memory is allocated to the JVM that is running the search service. You can increase the memory allocated in the config file (the maxheap size), which will alleviate some of the symptoms of the problem.

-Ahmed

Angeli Wahlstedt

unread,
Feb 25, 2019, 12:09:19 PM2/25/19
to hou...@googlegroups.com
Thanks, everyone who replied -- you all have been helpful. I'll try tweaking the memory size first before trying new search engines.

-- Angeli Wahlstedt

Angeli Wahlstedt

unread,
Feb 26, 2019, 11:18:27 PM2/26/19
to hou...@googlegroups.com
Thanks for help with my previous issue concerning Soir. Now I have
another question. People at my client's company were reporting odd
results with running Sor searches. For example, if you search on just
the word "accountability" (without operators or modifiers or anything),
you get documents that don't contain the word "accountability" but have
variants of the word such as "accountable", "account", et cetera. Is
there a way to turn off this feature? I've Googled on this but couldn't
find much but then again, I'm not sure what is the correct term to
Google on. I did find something about fuzzy logic, but not how to turn
that off.

Thanks,
Angeli

Ahmed El-Rasheedy

unread,
Feb 27, 2019, 9:00:20 AM2/27/19
to hou...@googlegroups.com
Try this link. I think it has a solution to the issue you are having

Angeli Wahlstedt

unread,
Feb 27, 2019, 10:28:02 AM2/27/19
to hou...@googlegroups.com
Thanks, that was a very helpful link, and I've learned quite a bit. :-)

-- Angeli

Angeli Wahlstedt

unread,
Aug 29, 2019, 4:12:05 PM8/29/19
to hou...@googlegroups.com
Hiya, have anyone ever been able to create a shared Google spreadsheet
using Google Sheets API and ColdFusion? My client was asking me this and
I've done research on it but haven't found much. The premise is that the
client's website generates Excel spreadsheets for downloading by her
customers, and the client is wondering if the same thing can be done
with a shared Google Spreadsheet. This seems to have complications --
for example, the customers would need to be issued permissions to access
the shared spreadsheet, correct?

-- Angeli Wahsltedt

Luis Majano

unread,
Sep 2, 2019, 9:11:02 AM9/2/19
to hou...@googlegroups.com, hou...@googlegroups.com
Google, has a full Java API you can use very easily with CF.

--
--
You received this message because you are subscribed to the "Houston ColdFusion Users' Group" discussion list.
To unsubscribe, send email to houcfug-u...@googlegroups.com

---
You received this message because you are subscribed to the Google Groups "Houston ColdFusion Users' Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to houcfug+u...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages