1 Reply Latest reply on Nov 23, 2009 3:37 PM by manik

    Query iterator question

    imbng

      It appears that I can only get query results from the cache if the key in the cache is a String.

      I looked at the code in LazyIterator (I didn't check EagerIterator since it fails so I'm assuming the code is similar) and there is a line that retrieves the documentId from the extractor and casts it as a String.

      The cast works but the documentId (the key) is entered in the cache as an Integer so the lookup fails. The result count is correct so I know it finds the results correctly but the lookup fails so I get a null in the iterator.

      Bryan