Skip navigation links

Package org.egothor.core.query

This package contains objects that represent a structure of a query in our inner and binary form, readers of a barrel and a result queue.

See: Description

Package org.egothor.core.query Description

This package contains objects that represent a structure of a query in our inner and binary form, readers of a barrel and a result queue.

How this works?

Query is given by a parser, Rider must be constructed for a barrel which we will use for the searching phase. The Rider ensures, that just limited number of inverted lists will be open.

Now, we can attach a query to a rider via Query.attach method. The product, Runner, can be then executed via run method.

Skip navigation links

Copyright © 2016 Egothor. All Rights Reserved.