Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Fuji Kusaka 2203 posts 4220 karma points
    Mar 22, 2011 @ 12:36
    Fuji Kusaka
    0

    Examine

    Hi,

     

    I've just implemented Examine to my website under umbraco v4.7 but am not getting any results.

    Its always returning "0" !!!!

     

    Any advise??

     

    //fuji

  • Hendy Racher 863 posts 3849 karma points MVP 2x admin c-trib
    Mar 22, 2011 @ 12:39
    Hendy Racher
    0

    Hi Fuji,

    Have you used LUKE to confirm that the indexes are being created and that they contain data ?

  • Fuji Kusaka 2203 posts 4220 karma points
    Mar 22, 2011 @ 12:45
    Fuji Kusaka
    0

    Hi Hendy,

     

    Yes ive used LUKE but not really sure of how to use it....this is the result am getting

     

    1    __NodeId    1320
    1    __NodeTypeAlias    sample
    1    __Path    -1,1320
    1    id    1320
    1    nodeName    demo
    1    nodeTypeAlias    sample
    1    __IndexType    member

     

     

  • Hendy Racher 863 posts 3849 karma points MVP 2x admin c-trib
    Mar 22, 2011 @ 13:19
    Hendy Racher
    0

    Hi Fuji,

    If you select __NodeId and click "Show top terms" do you get a number of results ? (ie each row with a unique text value should indicate an indexed node)

    Next steps would be to execute the query you're building in Umbraco via Luke to check that it's returning the results you're after (can ToString() on the ISearchCriteria, and take the values after the LuceneQuery: and paste that into Luke).

    HTH,

    Hendy

  • Fuji Kusaka 2203 posts 4220 karma points
    Mar 22, 2011 @ 13:38
    Fuji Kusaka
    0

    Am getting no results!!!

  • Hendy Racher 863 posts 3849 karma points MVP 2x admin c-trib
    Mar 22, 2011 @ 14:11
    Hendy Racher
    0

    Hi Fuji,

    If the data insn't being indexed, double check your ~/config/ExamineIndex.config and ~/config/ExamineSettings.config and try republishing a node to kick off the indexing process ? (also check out the Examine Index admin package which also allows you to initiate a reindex).

    HTH,

    Hendy

  • Fuji Kusaka 2203 posts 4220 karma points
    Mar 22, 2011 @ 14:30
    Fuji Kusaka
    0

    Sitll nothing.....by the way ma using the first version of umbraco v4.7.

    Is it because of the V4.7?/

     

    //Fuji

  • Fuji Kusaka 2203 posts 4220 karma points
    Mar 23, 2011 @ 17:57
    Fuji Kusaka
    0

    Hendy i got the search working under V4.5.1 but its only indexing my navigation.

    How to i get it to index the content of my website instead??

     

    //fuji

Please Sign in or register to post replies

Write your reply to:

Draft