I've just now verified that adding another instance did >not< solve
the problem. So the question is, why isn't ES indexing my data OR what
the heck am I doing wrong?
I take it you have no error messages in the logs ? May be you can increase
the log level to observe what it says when it says the data.
If you can post the data that does not get indexed as well as the index
mapping, it may have some clues to what the problem may be. What version of
ES are you using?
Just to cover the basics, you're checking the number of docs after waiting
couple of secs right?
Regards,
Berkay Mollamustafaoglu
mberkay on yahoo, google and skype
I've just now verified that adding another instance did >not< solve
the problem. So the question is, why isn't ES indexing my data OR what
the heck am I doing wrong?
There is another thread with the exception; has a title like "75k
missing docs".
After clearing out the index completely and loading a new clean
record, everything seems to be happy.
On Jul 19, 4:24 pm, Berkay Mollamustafaoglu mber...@gmail.com wrote:
I take it you have no error messages in the logs ? May be you can increase
the log level to observe what it says when it says the data.
If you can post the data that does not get indexed as well as the index
mapping, it may have some clues to what the problem may be. What version of
ES are you using?
Just to cover the basics, you're checking the number of docs after waiting
couple of secs right?
Regards,
Berkay Mollamustafaoglu
mberkay on yahoo, google and skype
I've just now verified that adding another instance did >not< solve
the problem. So the question is, why isn't ES indexing my data OR what
the heck am I doing wrong?
Is there a chance that you are simply running into the "near real time"
aspect of elasticsearch? If not, can you execute a search request similar
to: curl -XGET http://host:9200/_search?q=*:* and check that the total_hits
(thats basically a search all query)?
There is another thread with the exception; has a title like "75k
missing docs".
After clearing out the index completely and loading a new clean
record, everything seems to be happy.
On Jul 19, 4:24 pm, Berkay Mollamustafaoglu mber...@gmail.com wrote:
I take it you have no error messages in the logs ? May be you can
increase
the log level to observe what it says when it says the data.
If you can post the data that does not get indexed as well as the index
mapping, it may have some clues to what the problem may be. What version
of
ES are you using?
Just to cover the basics, you're checking the number of docs after
waiting
couple of secs right?
Regards,
Berkay Mollamustafaoglu
mberkay on yahoo, google and skype
I've just now verified that adding another instance did >not< solve
the problem. So the question is, why isn't ES indexing my data OR what
the heck am I doing wrong?
I think what I need to do is define the index before loading or at
least start with a known good document to index. Once I cleared the
index and started from scratch with a good document, the exceptions
stopped.
Is there a chance that you are simply running into the "near real time"
aspect of elasticsearch? If not, can you execute a search request similar
to: curl -XGEThttp://host:9200/_search?q=*:*and check that the total_hits
(thats basically a search all query)?
There is another thread with the exception; has a title like "75k
missing docs".
After clearing out the index completely and loading a new clean
record, everything seems to be happy.
On Jul 19, 4:24 pm, Berkay Mollamustafaoglu mber...@gmail.com wrote:
I take it you have no error messages in the logs ? May be you can
increase
the log level to observe what it says when it says the data.
If you can post the data that does not get indexed as well as the index
mapping, it may have some clues to what the problem may be. What version
of
ES are you using?
Just to cover the basics, you're checking the number of docs after
waiting
couple of secs right?
Regards,
Berkay Mollamustafaoglu
mberkay on yahoo, google and skype
I've just now verified that adding another instance did >not< solve
the problem. So the question is, why isn't ES indexing my data OR what
the heck am I doing wrong?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.