[TYPO3-Solr] Livesearch - Results count is wrong

Werner Detter werner at aloah-from-hell.de
Tue Jan 31 10:23:48 CET 2012


Hi everybody,

I'm using 1.4.0-dev and discovered a problem with the results-count for the live
search. If i do search for "bla" it show's me a count of "(15)" but there is
nothing with "bla" in the solr index?

I've attached the relevant debug information from the devLog:

--- cut ---
query string	
query parameters	
	facet		on
	facet.prefix	bla
	facet.field	spell
	facet.limit	10
	facet.mincount	1

	fq	
	0		{!typo3access}-1,0
	1		siteHash:"11fa0f79a15830d5cc633eaf779727b9"
	2		language:0
	fl		spell
	q.alt		*:*
	omitHeader	true

response	
	response	
		numFound	585
		start		0
		docs		EMPTY!
	facet_counts	
		facet_queries	EMPTY!
		facet_fields	spell	bla	15
		facet_dates	EMPTY!
--- cut ---

That means, that from the view of tx_solr there is "bla" found 15 times within the
facet_fields "spell" ? Is this a bug?

Thanks,
Werner


More information about the TYPO3-project-solr mailing list