Skip to content

What is NEST 0.90? #951

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Dem0n2die4 opened this issue Sep 16, 2014 · 2 comments
Closed

What is NEST 0.90? #951

Dem0n2die4 opened this issue Sep 16, 2014 · 2 comments

Comments

@Dem0n2die4
Copy link

Hi! Few days ago I asked about error because of incompatibility nest 1.0 with elsticsearch 0.90. I searched a way to get NoMatchSize param(don't support in NEST 0.12) and found some old issues #428 & #443 that contains some words about NEST 0.90. But I don't found it in tags or branches. Think that it can help me)
Sorry for obtrusiveness.
I can't solve the problem with returning a part of big field to optimize query speed without no_match_sizes or changing structure of db using nest 0.12. Search is fast, but braking is applied when loading results.

@Mpdreamz
Copy link
Member

NEST 0.90 was suppose to be an intermediary version between 0.12 and 1.0 but we opted to not release it and go for a clean 1.0 release.

We opted to only fully support Elasticsearch 1.0 and onwards since the 0.90 EOL is coming up fast.

PS: you are not being obtrusive at all! Feel free to open as many issues as you want I am sure you are not the only one who runs into this stuff. This issue will come up for someone's google search in the future and they'll be happy you were 'obtrusive' 👍

@Mpdreamz
Copy link
Member

Answering your question, are you able to reindex your data?

You could opt to go for two indices

IndexA has the big fields stored in _source
IndexB does not have the big fields stored in _source but they are indexed

This way you can use IndexB for searches and IndexA if you need to GET one of your documents in full. Its not ideal but it does pose a workaround.

If it all possible have a look at upgrading to Elasticsearch 1.0

This page:

http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.x/setup-upgrade.html

Has a really detailed HOWTO.

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

No branches or pull requests

2 participants