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).
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).
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
Hi Fuji,
Have you used LUKE to confirm that the indexes are being created and that they contain data ?
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
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
Am getting no results!!!
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
Sitll nothing.....by the way ma using the first version of umbraco v4.7.
Is it because of the V4.7?/
//Fuji
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
is working on a reply...