zhaih commented on issue #12176:
URL: https://github.com/apache/lucene/issues/12176#issuecomment-1460914565

   Hey Robert this is an interesting idea, one of the problem we're facing 
seems related to this idea:
   we're having ~200 terms from several fields and we're trying to do a big 
disjunction over them, one of the observations is that  `seekExact` is taking 
quite a big chunk of time. 
   So I'm thinking if this Automaton based approach can be faster than sort and 
seek, then probably we can have get some performance.
   I'll try to look further into this idea.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to