Adding new field to solr schema doesn't add it to all documents -


i've added new field restarted service , rebuilt indexes. after search, not documents have new field in result xml. document has xml:

">"<doc> ">"... ">"<int name="ghost">0</int> ">"... ">"</doc> 

out of 100 documents 25 have field added. other missing it.

i out of ideas...


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -