User talk:Bryan: Difference between revisions
ShadowWolf (talk | contribs) New page: After the chat we had about the limitations of the internal search system of MediaWiki I took a look at wikimedia for search extensions. "Lucene Search" seemed to be the best bet, but afte... |
Perhaps Google? |
||
| Line 1: | Line 1: | ||
After the chat we had about the limitations of the internal search system of MediaWiki I took a look at wikimedia for search extensions. "Lucene Search" seemed to be the best bet, but after fighting to get the backend for it built and installed I learned it wasn't any better than the built-in system. (In truth, its worse. No ability to select additional namespaces to search in, requires manual dumping of the database and importing into the backend for indexing, etc...) All the code is there to support it, though. However I've shut down the search daemon and disabled the extension. I'm going to go back to poking at the MediaWiki internals to see if I can change the default search to include the User namespace. [[User:ShadowWolf|ShadowWolf]] 21:22, 21 July 2007 (EDT) | After the chat we had about the limitations of the internal search system of MediaWiki I took a look at wikimedia for search extensions. "Lucene Search" seemed to be the best bet, but after fighting to get the backend for it built and installed I learned it wasn't any better than the built-in system. (In truth, its worse. No ability to select additional namespaces to search in, requires manual dumping of the database and importing into the backend for indexing, etc...) All the code is there to support it, though. However I've shut down the search daemon and disabled the extension. I'm going to go back to poking at the MediaWiki internals to see if I can change the default search to include the User namespace. [[User:ShadowWolf|ShadowWolf]] 21:22, 21 July 2007 (EDT) | ||
:When Wikipedia's under extreme load it shuts down the internal search engine to conserve resources and instead present a wrapper for a Google search limited to the wikipedia.org server, perhaps you could use something like that? Wouldn't work until Google started spidering us, which I don't know if they've done yet, but with MediaWiki's search as poor as it is it may be an improvement. [[User:Bryan|Bryan]] 02:42, 22 July 2007 (EDT) | |||
Revision as of 01:42, 22 July 2007
After the chat we had about the limitations of the internal search system of MediaWiki I took a look at wikimedia for search extensions. "Lucene Search" seemed to be the best bet, but after fighting to get the backend for it built and installed I learned it wasn't any better than the built-in system. (In truth, its worse. No ability to select additional namespaces to search in, requires manual dumping of the database and importing into the backend for indexing, etc...) All the code is there to support it, though. However I've shut down the search daemon and disabled the extension. I'm going to go back to poking at the MediaWiki internals to see if I can change the default search to include the User namespace. ShadowWolf 21:22, 21 July 2007 (EDT)
- When Wikipedia's under extreme load it shuts down the internal search engine to conserve resources and instead present a wrapper for a Google search limited to the wikipedia.org server, perhaps you could use something like that? Wouldn't work until Google started spidering us, which I don't know if they've done yet, but with MediaWiki's search as poor as it is it may be an improvement. Bryan 02:42, 22 July 2007 (EDT)