> but I dont understand why its not indexed. Probably something wrong with data-config.xml.
> So you can see, that the city field DOES index some data, > whereas the > city_search and citytext_search have NO data at all... Then populate these two fields from city via copyField. It is 100% legal. <copyField source="city" dest="city_search"/> <copyField source="city" dest="citytext_search"/>