On 5/15/2015 1:23 PM, Shawn Heisey wrote: > Then I looked back at your fieldType definition and noticed that you > are only defining an index analyzer. Remove the 'type="index"' part of > the analyzer config so it happens at both index and query time, > reindex, then try again.
The reindex may be very important here. I would actually completely delete your data directory and restart Solr before reindexing, to be sure you don't have old recordsfrom any previous reindexes. http://wiki.apache.org/solr/HowToReindex I think this next part is unlikely, but I'm going to ask it anyway: Is the portal_package field your schema uniqueKey? If it is, that might be an additional source of problems. Using a solr.Textfield for a uniqueKey field causes Solr to behave in unexpected ways. Thanks, Shawn