-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbibliografia.bib
57 lines (45 loc) · 1.63 KB
/
bibliografia.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
@book{introductionIR,
title = "Introduction to Information Retrieval",
author = "Christopher D. Manning, Prabhakar Raghavan e Hinrich Schütze",
year = "2008",
publisher = "Cambridge University Press"
}
@book{luceneaction,
title = "Lucene in Action, Second Edition",
author = "Michael McCandless, Erik Hatcher, and Otis Gospodnetić",
year = "2010",
publisher = "Manning Publications"
}
@book{solraction,
title = "Solr in Action",
author = "Trey Grainger and Timothy Potter",
year = "2014 ",
publisher = "Manning Publications"
}
@manual{solrmanual,
title = "Apache {Solr} Reference Guide (version 7.4)",
url = "https://lucene.apache.org/solr/guide/7_4/index.html",
}
@article{datigoogle,
title = "Dati delle ricerche {Google} a livello mondiale",
year = "2017",
url = "https://www.matteogiovanelli.it/dati-google-a-livello-mondiale.html"
}
@article{bm25_osc,
title = {{BM25} The Next Generation of {Lucene} Relevance},
url = "https://opensourceconnections.com/blog/2015/10/16/bm25-the-next-generation-of-lucene-relevation/"
}
@article{partialmatchingangolia,
title = "Algolia For Consumer-Grade Search Part 2: Relevance Isn’t Luck",
url = "https://blog.algolia.com/algolia-v-elasticsearch-relevance/"
}
@manual{elasticstemming,
title = "Choosing a Stemmer",
url = "https://www.elastic.co/guide/en/elasticsearch/guide/current/choosing-a-stemmer.html",
author = "Elasticsearch"
}
@manual{solrperformanceproblem,
title = "Solr Performance Problems",
url = {https://wiki.apache.org/solr/SolrPerformanceProblems},
author = "Apache Foundation"
}