Skip to content
#

indexing

Here are 461 public repositories matching this topic...

mdaniel
mdaniel commented Jan 20, 2019

What happened

Accidentally omitting document content returns 500 Internal Server Error with a body of {"message":"Internal error","uri":"/new_index"}

What was expected

Emitting any kind of helpful message would be helpful. Also, in my experience, when the client receives a 500 response, there is usually something informative on the server-side. But in this case, the server e

Ansaldos
Ansaldos commented Oct 11, 2016

Dear OpenSearchServer!

I have found an issue, server cannot deserialize json.

Can not deserialize instance of java.lang.String out of START_OBJECT token
at [Source: org.apache.cxf.transport.http.AbstractHTTPDestination$1@147bba9; line: 2, column: 5](through reference chain: com.jaeksoft.searchlib.webservice.query.search.SearchPatternQuery["query"])

I used the provided sample, found in the

rasikas
rasikas commented Sep 27, 2017

In elasticsearch we can pass the id (ex: if the model is already in mysql we have a id and want to use same id in ES as well)

In your documentation I saw examples where you retrieve by id

$post = App\Post::find(1);

which means we should be able to create by giving id=1 as well.
How to do this?
When I check the code it seems to me that you're assuming passing _id field means it'

bielu
bielu commented Feb 19, 2020

Examine is making things easier when you won't use lucene.net, and I think we shouldn't limit the usage of Examine to the solutions which are the only web-based. I think it could be great to use Examine in a console app or microservice :)

Improve this page

Add a description, image, and links to the indexing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the indexing topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.