I have a custom ISearchableContentType
I'm wondering once I create new content of that type, how long will it take before it shows up in the search index?
I have a custom ISearchableContentType
I'm wondering once I create new content of that type, how long will it take before it shows up in the search index?
I have verified my content is in the Solr index, but it is not returned as a search result in the site. Do I need to specify content types?
now that the documents are working, I noticed that the job scheduler is pretty much indexing this content non-stop...is there something I need to fix here?? I ran the job service as an admin to watch the output and it is a non-stop scroll of what you see below.
Just now catching up. Good, glad to see results are showing. It will continue to ask for more until you say there are no more to index; i.e. return no documents in GetContentToIndex().
Wonderful...I'll update my "IsIndexed" flag on my documents! Thanks for the help!
NP, for future reference here is an article with more details on adding items to the index. Of course I forgot it existed until this morning .
NP, for future reference here is an article with more details on adding items to the index. Of course I forgot it existed until this morning .