Eric2
-
9/11/2012 9:16:28 PM
RE:Smart Search Indexer stuck in an infinite loop
The 4 drop downs at the top of the search fields tab for the product document are set as such:
Title field: DocumentName Content field: DocumentContent Image field: SKUImagePath Date field: DocumentCreatedWhen
And here is all the fields with their types, and which columns are checked:
[ProductID] [int] IDENTITY(1,1) NOT NULL - Searchable [ProductName] [nvarchar](440) NULL - Content, Tokenized [DisplayNew] [int] NULL - [DisplayPopular] [int] NULL - [ProductShortDescription] [nvarchar](1000) NULL - Content, Tokenized [ProductLongDescription] [nvarchar](max) NULL - Content, Tokenized [ProductKeywords] [nvarchar](4000) NULL - Content, Searchable, Tokenized [Searchable] [bit] NOT NULL - Searchable [VendorName] [nvarchar](500) NOT NULL - Content, Tokenized [VendorID] [int] NOT NULL - Searchable [CategoryIDs] [nvarchar](4000) NULL - Searchable
|