Re: ColdFusion solr question

2011-12-31 Thread Victor Moore
OK, got it. If I use custom1="title" and use it when doing the search the duplication occurs. Kinda makes sense. Thanks Ray for your help, on New Years day never the less. Now that's commitment...) Victor BTW I have listen to the latest podcast, you guys are funny On Sat, Dec 31, 2011 at 11:27

Re: ColdFusion solr question

2011-12-31 Thread Raymond Camden
I just did a test and can't reproduce this. Are you sure you don't mean the summary? On Sat, Dec 31, 2011 at 9:54 AM, Raymond Camden wrote: > Err, well, thing is, I don't see this myself. If we can reproduce it, > we can file a bug report. Is there any way you can share what your > indexing with

Re: ColdFusion solr question

2011-12-31 Thread Raymond Camden
Err, well, thing is, I don't see this myself. If we can reproduce it, we can file a bug report. Is there any way you can share what your indexing with me via email? On Sat, Dec 31, 2011 at 9:52 AM, Victor Moore wrote: > > Unfortunately no, the index body includes only the description column. > A

Re: ColdFusion solr question

2011-12-31 Thread Victor Moore
Unfortunately no, the index body includes only the description column. And really don't understand why it's being included twice. What I end up doing was using manually removing the title from the context. It works, but I don't like the extra work around it and I think it should be part of the s

Re: ColdFusion solr question

2011-12-30 Thread Raymond Camden
My understanding is that context is driven by the Solr engine - it's what it considers to be the proper context for your match. If you indexed what is the title as part of the body, that may be your issue. Is that the case? On Fri, Dec 30, 2011 at 1:56 PM, Victor Moore wrote: > > Hello, > > I'm

ColdFusion solr question

2011-12-30 Thread Victor Moore
Hello, I'm using solr on CF 9.01 with the latest updater. While I think solr is a big step forward I still have issues that I can't seem to find a solution for. I have enabled context highlight and some how the context includes the title (twice). Anyway to remove it? Thanks Victor ~~~

Re: Solr Question

2011-07-22 Thread Dominic Watson
Correction, Solr *could*, CF won't. In short, the CF9 implementation of Solr doesn't tap into all the goodiness that Solr provides (like defining properly named custom fields in your collections and much much more). Solr is awesome. If you have the time for a little learning curve, I'd highly re

RE: Solr Question

2011-07-21 Thread Kevin Parker
ssage- From: cft...@ecartech.com [mailto:cft...@ecartech.com] Sent: Thursday, 21 July 2011 07:35 To: cf-talk Subject: Solr Question I have a query that I'm using to populate a Solr collection. This query has about 15 columns in it. When I call the collection I need to be able to reference t

Re: Solr Question

2011-07-20 Thread Dave Watts
> I have a query that I'm using to populate a Solr collection.  This query > has about 15 columns in it.  When I call the collection I need to be able > to reference these columns individually, just as if I had run the query. > But the only way I can figure to do that is to use the "custom" attrib

Re: Solr Question

2011-07-20 Thread Scott Stroz
You can set up a custom schema, but that means that you will not be able to use cfindex and cfsearch. Rather, you would need to use the built in web services that come with Solr. Here is a good place for info on how to do that: http://lucene.apache.org/solr/features.html On Wed, Jul 20, 2011 at

Solr Question

2011-07-20 Thread cft...@ecartech.com
I have a query that I'm using to populate a Solr collection. This query has about 15 columns in it. When I call the collection I need to be able to reference these columns individually, just as if I had run the query. But the only way I can figure to do that is to use the "custom" attributes