search - Ways to send binary/structured documents to SOLR? -


I am using SOLR to ingest the text of the documents.

Examples of all usage in the curl stream document, such as:

  curl 'http: //.../extract? Literal.id = doc1 & amp; It works just fine, but this note is: 

"curl" Or to use other command line tools to post documents on Solr is good for testing, but not the recommended update method for best performance.

The section of the documentation is TODO, what are some of the alternative ways, and how are they better?

Usually you use your library client language that communicates with the server (eg. Use Java for Solarje, PHP SolpHP (Other), etc.)

The library provides some things like ease of use, error handling, proper encryption, etc.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -