Search not returning known matching results (let alone any results)
I have an index called Breaking News. The SQL query I have that makes up the index returns over 8,000 results. Searching on that query (Select * From (select article.articleId,article.articleName,article.articleHeadline,(cast(article.articleCopy as varchar(max)) + ' ' + articleKeyword) as articleCopy,article.articleCreateDate, staff.staffName from article Left Join staff On (article.articleAuthorId = staff.staffId) where article.articleTypeId = 2 AND article.articleStatus='Prod') AS tempTbl Where articleName Like '%citi%' OR articleHeadline Like '%citi%' OR articleCopy Like '%citi%'), I get almost 500 results back. However, when I use dbsight to search 'citi', I get no results back. I tried reindexing and searching again with no luck. Here is my reindex log:
WARN 2012-09-25 10:16:30,484- IW 0 [main]: startCommit index=_0:C14 changeCount=4
WARN 2012-09-25 10:16:30,500- IW 0 [main]: done all syncs
WARN 2012-09-25 10:16:30,500- IW 0 [main]: commit: pendingCommit != null
WARN 2012-09-25 10:16:30,515- IW 0 [main]: commit: wrote segments file "segments_1"
WARN 2012-09-25 10:16:30,515- IFD [main]: now checkpoint "segments_1" [1 segments ; isCommit = true]
WARN 2012-09-25 10:16:30,515- IW 0 [main]: commit: done
WARN 2012-09-25 10:16:30,515- IW 0 [main]: at close: _0:C14
INFO 2012-09-25 10:16:30,531- Directory is marked ready: C:\Program Files\DBSight\webapps\dbsight\WEB-INF\data\indexes\Breaking\main1
INFO 2012-09-25 10:16:30,531- Indexing Context closed!
INFO 2012-09-25 10:16:30,531- Directory is marked ready as up-to-date: C:\Program Files\DBSight\webapps\dbsight\WEB-INF\data\indexes\Breaking\main1
INFO 2012-09-25 10:16:30,531- Directory is marked not ready: C:\Program Files\DBSight\webapps\dbsight\WEB-INF\data\indexes\Breaking\main
INFO 2012-09-25 10:16:30,531- Directory is marked ready as up-to-date: C:\Program Files\DBSight\webapps\dbsight\WEB-INF\data\indexes\Breaking\main1
INFO 2012-09-25 10:16:30,546- Directory is marked not ready: C:\Program Files\DBSight\webapps\dbsight\WEB-INF\data\indexes\Breaking\main
INFO 2012-09-25 10:16:44,671- ~~~~~~~ breaking:reBuildDictionary ...
INFO 2012-09-25 10:16:44,734- Opened index breaking
INFO 2012-09-25 10:16:44,859- Directory is marked ready: C:\Program Files\DBSight\webapps\dbsight\WEB-INF\data\indexes\Breaking\dictionary
INFO 2012-09-25 10:16:44,859- Complete Directory For breaking
INFO 2012-09-25 10:16:44,875- ~~~~~~~ breaking:buildDictionaryIfNeeded ...
INFO 2012-09-25 10:16:44,890- ~~~~~~~ breaking:ping-a-url ...
INFO 2012-09-25 10:16:44,890- ------- breaking:completed, Time used: 24 seconds
INFO 2012-09-25 10:16:44,890- Stop retrieving ...
WARN 2012-09-25 10:16:44,890- stopping indexing for breaking
INFO 2012-09-25 10:16:44,921- Period Table: [2007/02/01 21:20:39 EST ~ 2012/08/06 15:35:14 EDT]
INFO 2012-09-25 10:16:44,921- Indexing Context closed!
Monday, October 8, 2012 9:57:39 AM EDT
