Skip to content

Issue #659, #658, #660. Allow the index writer to to multiple indice…#676

Merged
rfecher merged 2 commits into0.9.1from
GEOWAVE-658
Mar 31, 2016
Merged

Issue #659, #658, #660. Allow the index writer to to multiple indice…#676
rfecher merged 2 commits into0.9.1from
GEOWAVE-658

Conversation

@rwgdrummer
Copy link
Copy Markdown
Contributor

g

@rwgdrummer rwgdrummer force-pushed the GEOWAVE-658 branch 2 times, most recently from 42a2f30 to 2e9df23 Compare March 22, 2016 14:36
…. Retain the index/adapter assocation to identify possibile indices to query for a given adapter and to enfore a consistent set of indices to write for a given adapter across multiple ingest runs or WFS-T transactions. Lastly, eliminate the redudant visibility constraint when creating an index writer

Issue #659, #658, #660.  Allow the index writer to to multiple indices.  Retain the index/adapter assocation to identify possibile indices to query for a given adapter and to enfore a consistent set of indices to write for a given adapter across multiple ingest runs or WFS-T transactions.  Lastly, eliminate the redudant visibility constraint when creating an index writer.

GEOWAVE-669: moved geowavedemoapp to exmaples so that it could use adapter dependencies; demo app works in windows now

Issue #659, #658, #660.  Allow the index writer to to multiple indices.  Retain the index/adapter assocation to identify possibile indices to query for a given adapter and to enfore a consistent set of indices to write for a given adapter across multiple ingest runs or WFS-T transactions.  Lastly, eliminate the redudant visibility constraint when creating an index writer

Issue #662.  Partition based on boundary of polygon

GEOWAVE-669: moved geowavedemoapp to exmaples so that it could use adapter dependencies; demo app works in windows now

GEOWAVE-673: added index as optional parameter to KDE

merged
}

public static void addIndex(
public static void setIndex(
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why change it to setIndex? It looks like it still calls addIndex under the hood and it looks like you can still have multiple indices? Am I missing something?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, I looked a little deeper, it looks while we append an index every time you call setIndex, we just seemingly arbitrarily use the first index to form query options. Some of this was from before this pull request, but maybe something we should clean up?


public class DataStoreCallbackManager implements
AutoCloseable
public class DataStoreCallbackManager
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why the change from autocloseable to now using a flush?

@rfecher rfecher merged commit 603f9ea into 0.9.1 Mar 31, 2016
@rfecher rfecher deleted the GEOWAVE-658 branch March 31, 2016 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants