Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
Loading... 

Thread: Multiple Indexes


Started 1 year, 5 months ago by tachu
I have a setup where i have about 3k databases I need to index. This is what im currently doing. Please throw in any ideas or help you can come up with cuz im kinda drawing blanks in some situations I keep centralized table of changes in each database for example +--------------+-------------+------+-----+------ ---+-------+ | Field | Type | Null | Key | Default | Extra | ...
Site: Sphinx - Free open-source SQL full-text search engine  Sphinx - Free open-source SQL full-text search engine - site profile
Forum: Common forum  Common forum - forum profile
Total authors: 3 authors
Total thread posts: 5 posts
Thread activity: no new posts during last week
Domain info for: sphinxsearch.com

Other posts in this thread:

Arantor replied 1 year, 5 months ago
This is one of the most complex setups I've seen yet. One thing you might like to consider; you can actually make the configuration file(s) a script, especially on Linux. For example, if you wanted to make it a PHP script, all you'd need to do is add the first line: #!/path/to/php-cli-binary The rest of the script needs to be legal PHP (including the <?php ?> parts) and needs to ...

tachu replied 1 year, 5 months ago
Removing for cleaness I currently run a script php actually. #!/usr/bin/php <?php /** * +--------------+-------------+------+-----+------- --+-------+ | Field | Type | Null | Key | Default | Extra | +--------------+-------------+------+-----+------ ---+-------+ | domain_id | int(11) | NO | PRI | NULL | | | remote_data | varchar(11) | NO | MUL | NULL | | | last_updated | int(11) | NO ...

Arantor replied 1 year, 5 months ago
> Removing for cleaness > > This basically is constantly running generating the .conf files. now if i get you right > you are saying that the actual .conf file be a script that dinamycally returns a config > file based on what i pass it? or just generates files. I guess I could also just have one > main file and call indexer with the indexes i want as argument. > >...

biggy97 replied 1 year, 5 months ago
> > Removing for cleaness > > > > This basically is constantly running generating the .conf files. now if i get you right > you are saying that the actual .conf file be a script that dinamycally returns a config > file based on what i pass it? or just generates files. I guess I could also just have one > main file and call indexer with the indexes i want as argument. > ...

 

Top contributing authors

Name
Posts
tachu
2
user's latest post:
Multiple Indexes
Published (2008-09-30 00:00:00)
I have a setup where i have about 3k databases I need to index. This is what im currently doing. Please throw in any ideas or help you can come up with cuz im kinda drawing blanks in some situations I keep centralized table of changes in each database for example +--------------+-------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +--------------+-------------+------+-----+---------+-------+ |...
Arantor
2
user's latest post:
Multiple Indexes
Published (2008-09-30 02:50:00)
This is one of the most complex setups I've seen yet. One thing you might like to consider; you can actually make the configuration file(s) a script, especially on Linux. For example, if you wanted to make it a PHP script, all you'd need to do is add the first line: #!/path/to/php-cli-binary The rest of the script needs to be legal PHP (including the &lt;?php ?&gt; parts) and needs to output to STDOUT (e.g. with print) but...
biggy97
1
user's latest post:
Multiple Indexes
Published (2008-10-02 00:49:00)
> &gt; Removing for cleaness > &gt; > &gt; This basically is constantly running generating the .conf files. now if i get you right > you are saying that the actual .conf file be a script that dinamycally returns a config > file based on what i pass it? or just generates files. I guess I could also just have one > main file and call indexer with the indexes i want as argument. > &gt; > &gt; BTW all...

Related threads on "Sphinx - Free open-source SQL full-text search engine":

Related threads on other sites:

Thread profile page for "Multiple Indexes" on http://sphinxsearch.com. This report page is a snippet summary view from a single thread "Multiple Indexes", located on the Message Board at http://sphinxsearch.com. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity