Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
CFDaddio #1
Verity not indexing all records from query
Hello, I'm running into an issue that I haven't encountered before.
I'm running a query against database, and then using CFINDEX to index the
results of the query. The problem is that the query is returning, say, 9
records. But when I do a basic search against the collection, I'm only getting
3 records. So, of the 9 records being returned from the database, Verity only
seems to be hanging onto 3 of them.
Here's the query code:
<cfquery name="getNewsForIndex" datasource="#datasourceLIVE#">
SELECT id, category_type, headlines, partial_story, full_story, date_live
FROM news_admin
</cfquery>
Here's the CFINDEX statement:
<cfindex collection="myCollection" action="update" type="custom"
query="getNewsForIndex" key="id" title="headlines"
body="headlines,partial_story,full_story" custom1="news"
custom2="category_type">
Does anyone have any idea why this might be happening? I've used this method
on several occasions before and never run into this issue.
Thanks.
Matt
CFDaddio Guest
-
Verity No Longer Indexing
Can anyone tell what the error "invalid style files" means. None of my indexing scripts seems to be working. They were working. Recently upgraded to... -
Verity Indexing
I have created and indexed a collection called Stds_Specs. The problem that I have know is that when one of the users uploads a file, I want verity... -
CF5 Verity Indexing Issue
Our CF5 based document management web application uses the search engine(Verity) is one of the key components in the system, we have customers... -
CFMX 7 Verity issue with indexing full query resultsproperly
I manage a site-wide search via CFMX's built in verity functionality. In evaluating whether to upgrade to CFMX 7, I have come across a problem that... -
MX 6.1 Verity Indexing
When I try to index collections in the administrator using CF MX 6.1 Enterprise edition I don't get any error message or anything. All I get is a... -
fgwenger #2
Re: Verity not indexing all records from query
What configuration and versions are you using? We are using Win2003, IIS and
CFMX7 Ent and I give CFINDEX a query with about 90000 records and it always
stops at 65520; every time and on a couple of different servers. It doesn't
give any kind of error, so we ran it like this for a few weeks before we
noticed it. My understanding was that CFMX7 Ent had a limit of 125K
documents, but this is almost exactly 64K. We don't have a solution as of yet.
fgwenger Guest



Reply With Quote

