asfimport

Results 328 issues of 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.*

Priority: Major
Type: enhancement

**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.*

Priority: Major
Type: enhancement

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...

Priority: Major
Type: enhancement

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**:...

Priority: Minor
Type: enhancement

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...

type:enhancement
legacy-jira-priority:Minor
module:luke

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...

type:bug
legacy-jira-priority:Major

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...

type:enhancement
legacy-jira-priority:Major
module:core/search

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...

type:task
legacy-jira-priority:Minor

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...

type:bug
legacy-jira-priority:Major
affects-version:4.10.1
legacy-jira-label:suggest
legacy-jira-label:short
legacy-jira-label:length

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"...

type:enhancement
legacy-jira-priority:Minor
module:facet