Please add manticore.sample.conf
Hello Developers ,
it is possible in future releases to add a configuration example with large configuration examples, as it used to be please ?
just add multiple different indexes there or in case of RT startup mode issue multiple create table statements after daemon got started. otherwise please clarify what do you mean of large configuration example
This. I spent a couple of days playing around with Manticore until I got a basic index figured out. I haven't had a chance to write it up yet because the project's not finished.
here is an example of creating index via SphinxQL interface in RT mode or with config in plain mode - just click into SQL or CONFIG tabs
And we also have interactive courses to get used to Manticore from your browser Indexing data from MySQL example Main+delta index Introduction in RealTime indexes
I not quite sure what difficulties could be adding multiple indexes instead only one?
I spent a couple of days playing around with Manticore until I got a basic index figured out
@virtadpt Can you please let us know in what mode you are using Manticore? Plain or RT? For RT mode we have https://manual.manticoresearch.com/Quick_start_guide . Isn't it helpful?
it is possible in future releases to add a configuration example with large configuration examples, as it used to be please ?
@skvarovski Do you mean this configuration example https://github.com/manticoresoftware/manticoresearch/blob/c79b3926e012197a2db9314f39df0e006546bd9b/sphinx.conf.in ?
What exactly do you find most helpful in it:
- searchd settings and comments
- source/index settings and comments
- something else
?
@sanikolaev I am not running Manticore in RT mode. I played around with it for a couple of days and never got it working so I fell back on Plain mode (which I was somewhat familiar with from using Sphinx at work some years ago) and got it working in less than an hour. The quickstart guide was not helpful.
By the way, did you mean to link to this: https://manual.manticoresearch.com/Creating_an_index/Local_indexes#Creating-a-local-index
Anyway, my use case is such that re-indexing once or twice a day is fine for my purposes.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Feel free to re-open the issue in case it becomes actual.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Feel free to re-open the issue in case it becomes actual.
@skvarovski Do you mean this configuration example https://github.com/manticoresoftware/manticoresearch/blob/c79b3926e012197a2db9314f39df0e006546bd9b/sphinx.conf.in ?
Yes, sorry for long answer.