Hi!

I'm using Apache Solr Search 7.x-1.8, Facet API 7.x-1.5 and Facet Api Bonus 7.x-1.1, without problems, until today...

The situation is this.
I have a content type A, with several fields, and some of them are indexed, and i can work with them as search block.
But today I added a new vocabulary, and a new field "MY_NEW_FIELD" to content type A.
This field is a Term reference of the new vocabulary.

Then If I go to /admin/config/search/apachesolr/settings/solr/facets i don't see the new field.

When i go to /admin/reports/apachesolr/solr, i do not find the new field in the list of non indexed.

Also I connect to my Apache Solr Server, and browse the core, but I don't find the new field.

I'm missing something or this can be a bug?

Comments

JOINSO created an issue. See original summary.

JOINSO’s picture

Title: Term field not indenxed » Term field not indexed
JOINSO’s picture

Status: Active » Closed (works as designed)

I missed this /admin/structure/types/manage/app/display/search_index

Sorry.