asfimport
asfimport
**Reporter**: [Julien Le Dem](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=julienledem) / @julienledem **Note**: *This issue was originally created as [PARQUET-907](https://issues.apache.org/jira/browse/PARQUET-907). Please see the [migration documentation](https://issues.apache.org/jira/browse/PARQUET-2502) for further details.*
**Reporter**: [Bhargav Donga](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=bhargav18) **Note**: *This issue was originally created as [PARQUET-602](https://issues.apache.org/jira/browse/PARQUET-602). Please see the [migration documentation](https://issues.apache.org/jira/browse/PARQUET-2502) for further details.*
We should finalize (and document?) the new encodings and format structures in the 2.0 spec. **Reporter**: [Ryan Blue](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rdblue) / @rdblue **Note**: *This issue was originally created as [PARQUET-588](https://issues.apache.org/jira/browse/PARQUET-588). Please see...
Currently filters only apply to primitive (leaf node) columns. But given the column "a.b.c.d.e.f" it seems reasonable to want to filter on "a.b.c" != null or something like that. **Reporter**:...
Starting Luke can take multiple seconds since it renders all GUI components when launching; It could be possible to make it faster (within sub-second) by lazily rendering panels to avoid...
It isn't reproducible for me (at least trying again a single time). I'm guessing a concurrency issue? ``` > Task :lucene:core:test org.apache.lucene.index.TestIndexFileDeleter > testExcInDecRef FAILED org.apache.lucene.store.AlreadyClosedException: ReaderPool is already closed...
Segment search is a single threaded operation today, which can be a bottleneck for large analytical queries which index a lot of data and have complex queries which touch multiple...
On Elasticsearch we're more and more leveraging index sorting not as a way to be able to early terminate sorted queries, but as a way to cluster doc IDs that...
I want to use a suggester but every time i want to build the index I get an exception. As the exception comes from AnalyzingSuggester all kind of suggesters that...
We have these nice "association" facet implementations today that aggregate "weights" from the docs that facet over, but they don't keep track of counts. So the user can get "top-n"...