Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 6c053ac1

Přidáno uživatelem Jitka Poubová před více než 4 roky(ů)

Re #7661: Integrace backendu a Solr
- první verze integrace Solru
- načtení XML souboru a uložení dle elementů <TextRegion> do Solru
- vyhledávání v těchto elementech
- smazání všech dokumentů v Solru

Zobrazit rozdíly:

be/fulltextsearch/pom.xml
57 57
			<artifactId>spring-web</artifactId>
58 58
			<version>5.2.4.RELEASE</version>
59 59
		</dependency>
60

  
61
		<!-- JAXB -->
62
		<dependency>
63
			<groupId>javax.xml.bind</groupId>
64
			<artifactId>jaxb-api</artifactId>
65
			<version>2.3.1</version>
66
		</dependency>
67
		<dependency>
68
			<groupId>org.glassfish.jaxb</groupId>
69
			<artifactId>jaxb-runtime</artifactId>
70
			<version>2.3.2</version>
71
		</dependency>
72

  
73
		<!-- SolrJ -->
74
		<dependency>
75
			<groupId>org.apache.solr</groupId>
76
			<artifactId>solr-solrj</artifactId>
77
			<version>8.5.0</version>
78
		</dependency>
60 79
	</dependencies>
61 80

  
62 81
	<build>

Také k dispozici: Unified diff