Git Product home page Git Product logo

examinedb's People

Contributors

rsoeteman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

tomsteer sjv83

examinedb's Issues

Index is always empty

I've found out about ExamineDB today, which is exactly what I need for a project I'm working on. I have set everything up, have no errors and the index is built but it's always empty.

On my ExamineSettings.config file I have added the following for the Index Provider:

<add name="SageProductsIndexer" type="ExamineDB.Indexers.DBIndexer, ExamineDB"
    indexSet="SageProductsIndexSet"
    nodeType="SageProducts"
    connectionStringName="umbracoDbDSN"
    sql="SELECT ItemID, Description, Barcode FROM dbo.SAGE_Item"
    singleRecordSQL = "SELECT ItemID, Description, Barcode FROM dbo.Sage_Item WHERE ItemID = '@0'"
    primaryKeyField = "ItemID"/>

And the following for the Searcher:

<add name="SageProductsSearcher" type="UmbracoExamine.UmbracoExamineSearcher, UmbracoExamine" indexSet="SageProductsIndexSet" />

As for the IndexSet, in the ExamineIndex.config file:

<IndexSet SetName="SageProductsIndexSet" IndexPath="~/App_Data/TEMP/ExamineIndexes/SageProducts/" />

Like I said, I have no errors. I have installed the ExamineDB Tool as well and I am able to build/rebuild the index.

The thing is: it's always empty.

The table has more columns than the ones presented. I am adding them here just for your reference:

ItemID nvarchar(25)
Description nvarchar(255)
Barcode varchar(50)
GrossWeight float
FamilyID int
Active tinyint
Slug varchar(255)

Any ideas?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.