No Sphinx Search videos yet. You could help us improve this page by suggesting one.
Sphinx Search might be a bit more popular than DocFX. We know about 10 links to it since March 2021 and only 7 links to DocFX. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
This is a better looking version of what Java and C# have had for a long time (kudos to the author for that!), is that the inspiration for this tool? https://docs.oracle.com/javase/8/docs/technotes/tools/windows/javadoc.html https://dotnet.github.io/docfx/ I saw the author mentioned in another comment that they found themselves peeping inside type declaration files "too often". While I do often use sites generated... - Source: Hacker News / over 1 year ago
Actually, we use it for OptiTune, it's called "docfx" https://dotnet.github.io/docfx/. Source: about 3 years ago
We would really prefer to use a somewhat generic pre-made tool for this (such as DocFX) compared to rolling our own solution. We can roll our own solution... But would prefer not to so that we can minimize development and maintenance overhead. Source: over 3 years ago
I use docfx from microsoft to generate documentation for all my oss libraries. Source: over 3 years ago
My best guess would be that there's a CI/CD pipeline in GitHub that utilizes DocFX to convert the Markdown files to HTML. The constructed HTML files are then placed in an Azure Storage account that configured for Static Website Hosting combined with Azure CDN. Source: over 3 years ago
Sphinx is a search engine that can be integrated into a website to provide advanced search functionality such as full-text, Boolean, and faceted search. It is a powerful open-source search engine that can handle large amounts of data and quickly return results. - Source: dev.to / about 2 years ago
Have been using Sphinx. It does some processing around suffixes, tenses, and so on, and looks at word proximity (BM25), but is definitely limited. Source: about 2 years ago
Lucene is the thing you think you need. Elastic Search is a nice wrapper for it. But these are Java, so maybe you want Sphinx Search (C++) or MeiliSearch (Rust). Source: over 2 years ago
Using a natural language search will almost certainly be a better solution and PHP may not be the best tool for this task. Figure out how you are going to get the text out of the PDF and where you are going to put it. Look at things like sphinx and full text search in boolean mode for doing the keyword matching. Source: over 2 years ago
In practice though you don't do any of this, you get a library to do it for you. I've used Sphinx Search in the past for some fairly hefty (In the order of terabytes), and there's a good book covering how to get it all set up and started. Source: almost 3 years ago
Doxygen - Generate documentation from source code
ElasticSearch - Elasticsearch is an open source, distributed, RESTful search engine.
Docsify.js - A magical documentation site generator.
Apache Solr - Solr is an open source enterprise search server based on Lucene search library, with XML/HTTP and...
Natural Docs - Natural Docs is an open-source documentation generator for multiple programming languages.
Algolia - Algolia's Search API makes it easy to deliver a great search experience in your apps & websites. Algolia Search provides hosted full-text, numerical, faceted and geolocalized search.