: We do not want to store positions for some fields or omit term and : positions (or just tf) for other fields. Obviously we don't need/want : explicit phrase matching on the fields we want to configure without : positions, but (e)dismax doesn't let us. All text fields configured in : the QF parameter are eligible for explicit phrase matching and need to : have positions. We're looking for a way to disable what we don't need : and prevent Solr from searching fields for phrases that we don't want to : be searched on.
I'm not understanding the problem ... is there a specific error you are getting? can you please post that error along with your schema and an example of a request that triggers the problem? -Hoss