> my goal is to run a query and limit it with the timestamp > of the last document i found.
I didn't understand this part. > will TrieDateField give me this precision? You should use tdate instead of pdate for faster date range queries and date faceting. Please comments in schema.xml file. > i also see slow queries when using a filter on a field that > is a simple string(StrField), that has only 3 types of values, don't > understand what might cause it Is your index optimized? Is this query also a range query? Or it is something like myStrField:foo?