tracker issue : CF-3035796

select a category, or use search below
(searches all categories and all time range)
Title:

Bug 72668:I may have file a bug for this before, but maxrows is being ignore for a lucense based collection

| View in Tracker

Status/Resolution/Reason: Closed/Won't Fix/

Reporter/Name(from Bugbase): Raymond Camden / Raymond Camden (Raymond Camden)

Created: 08/13/2008

Components: Text Search, Solr

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 0000 /

Priority/Frequency: Major / Unknown

Locale/System: English / Mac 10 All

Vote Count: 1

Problem:

I may have file a bug for this before, but maxrows is being ignore for a lucense based collection. (I mean when using cfsearch.)
Method:


Result:

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3035796

External Customer Info:
External Company:  
External Customer Name: Raymond Camden
External Customer Email: 5FBC41E943BD265C992015D5
External Test Config: 08/13/2008

Attachments:

Comments:

Playing around with the different collection engines, I came across this problem two. The maxrows attribute of cfsearch seems to be working properly for verity and solr, however with a lucene collection, it appears as if it's being ignored. <p>verity</p> <cfsearch name="qryResults" collection="test-verity" criteria="cfoutput" maxrows = "10" /> <cfdump var="#qryResults#" /> <p>lucene</p> <cfsearch name="qryResults" collection="test-lucene" criteria="cfoutput" maxrows = "10" /> <cfdump var="#qryResults#" /> <p>solr</p> <cfsearch name="qryResults" collection="test-solr" criteria="cfoutput" maxrows = "10" /> <cfdump var="#qryResults#" />
Vote by External U.
24929 | November 10, 2011 10:36:16 AM GMT