You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by GitBox <gi...@apache.org> on 2021/03/26 10:24:00 UTC

[GitHub] [lucenenet] NightOwl888 commented on issue #453: Code snippets on https://lucenenet.apache.org/ doesn't works.

NightOwl888 commented on issue #453:
URL: https://github.com/apache/lucenenet/issues/453#issuecomment-808100714


   Thanks for letting us know about the issues you are having with the examples on the home page. We will surely look into finding ways to make the code that you see there runnable.
   
   In the meantime, there are several runnable demos that you can inspect to get a feel for how the components work together to provide indexing and search:
   
   ## General Search
   
   - [src/Lucene.Net.Demo/IndexFiles.cs](https://github.com/apache/lucenenet/blob/master/src/Lucene.Net.Demo/IndexFiles.cs)
   - [src/Lucene.Net.Demo/SearchFiles.cs](https://github.com/apache/lucenenet/blob/master/src/Lucene.Net.Demo/SearchFiles.cs)
   - [LuceneNetDemo](https://github.com/NightOwl888/LuceneNetDemo)
   
   ## Faceted Search
   
   - [src/Lucene.Net.Demo/Facet/AssociationsFacetsExample.cs](https://github.com/apache/lucenenet/blob/master/src/Lucene.Net.Demo/Facet/AssociationsFacetsExample.cs)
   - [src/Lucene.Net.Demo/Facet/DistanceFacetsExample.cs](https://github.com/apache/lucenenet/blob/master/src/Lucene.Net.Demo/Facet/DistanceFacetsExample.cs)
   - [src/Lucene.Net.Demo/Facet/ExpressionAggregationFacetsExample.cs](https://github.com/apache/lucenenet/blob/master/src/Lucene.Net.Demo/Facet/ExpressionAggregationFacetsExample.cs)
   - [src/Lucene.Net.Demo/Facet/MultiCategoryListsFacetsExample.cs](https://github.com/apache/lucenenet/blob/master/src/Lucene.Net.Demo/Facet/MultiCategoryListsFacetsExample.cs)
   - [src/Lucene.Net.Demo/Facet/RangeFacetsExample.cs](https://github.com/apache/lucenenet/blob/master/src/Lucene.Net.Demo/Facet/RangeFacetsExample.cs)
   - [src/Lucene.Net.Demo/Facet/SimpleFacetsExample.cs](https://github.com/apache/lucenenet/blob/master/src/Lucene.Net.Demo/Facet/SimpleFacetsExample.cs)
   - [src/Lucene.Net.Demo/Facet/SimpleSortedSetFacetsExample.cs](https://github.com/apache/lucenenet/blob/master/src/Lucene.Net.Demo/Facet/SimpleSortedSetFacetsExample.cs)
   
   ## Runnable Demos
   
   Do note that all of the above examples from `Lucene.Net.Demo` are compiled into the [`lucene-cli` tool](https://lucenenet.apache.org/docs/4.8.0-beta00013/cli/demo/index.html) where they can be run if you don't happen to have handy access to an IDE. The code can also be viewed on the console and output to your local file system.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org