Commit Graph

3325 Commits

Author SHA1 Message Date
Mathieu Darse
bc61536a41 Story record emits proper record events 2015-01-27 16:49:23 +01:00
Mathieu Darse
a1d6fc03b6 Move RECORD_* events in a new RecordEvents class 2015-01-27 16:17:48 +01:00
Mathieu Darse
85c410278a Remaining record events OK 2015-01-27 14:58:05 +01:00
Mathieu Darse
a64b8286e6 Record/story metadata and collection change events OK 2015-01-26 20:06:09 +01:00
Mathieu Darse
47d00db5ab Story create/delete events OK 2015-01-26 19:05:03 +01:00
Mathieu Darse
b0959a9a31 Record create/delete events OK 2015-01-26 17:41:05 +01:00
Nicolas Le Goff
a01bf29c5b Add elasticsearch reindex events 2015-01-26 16:04:23 +01:00
Mathieu Darse
ad868dc70f Try to fix object mapping export without children 2015-01-26 15:43:28 +01:00
Nicolas Le Goff
5fe09febb7 Merge pull request #1209 from nlegoff/patch-387
[3.8.7] Fix some easy pick
2015-01-21 17:19:02 +01:00
Nicolas Le Goff
10c3869ca3 PHRAS-374 Add command to rebuild subdefs 2015-01-21 16:14:45 +01:00
Nicolas Le Goff
5ceb6a8645 PHRAS-372 Allow user to change mime type of a record 2015-01-21 16:14:45 +01:00
Nicolas Le Goff
89897ed302 PHRAS-276 Add expiration date for password renewal link in email 2015-01-21 16:14:44 +01:00
Nicolas Le Goff
8fc8a2ac88 PHRAS-260 Remove collection banner 2015-01-21 16:14:44 +01:00
Nicolas Le Goff
99bc7d0e65 PHRAS-288 Check if storage engines is available 2015-01-21 16:14:44 +01:00
Nicolas Le Goff
87dbd0150d PHRAS-359 Allow to apply model to a model 2015-01-21 16:14:43 +01:00
Nicolas Le Goff
a609685417 PHRAS-343 Disabled record type when choosing story search mode 2015-01-21 16:14:43 +01:00
Nicolas Le Goff
b3d50619c5 PHRAS-350 Deprecate client 2015-01-21 15:37:49 +01:00
Mathieu Darse
189bdf3402 Merge pull request #13 from nlegoff/fix-sort
Fix elastic search sort query
2015-01-20 18:56:11 +01:00
Mathieu Darse
c1d20c77ee Remove from index some unused fields & clean up 2015-01-20 18:28:40 +01:00
Mathieu Darse
e72c8b9674 Reword disabled mapping 2015-01-20 18:28:39 +01:00
Mathieu Darse
a4df8d02e0 Remove subdefs from mapping 2015-01-20 18:28:39 +01:00
Mathieu Darse
55464f075b Indexable -> Searchable 2015-01-20 18:28:39 +01:00
Mathieu Darse
1192d11a3a Use general_light analyzer for value and context, remove light subfield 2015-01-20 18:28:39 +01:00
Mathieu Darse
f9bb8c579c Remove "fields" field in thesaurus terms index 2015-01-20 18:28:39 +01:00
Mathieu Darse
2f0863000f Update null query node with new API 2015-01-20 18:28:39 +01:00
Mathieu Darse
cd8c3cd85a Set thesaurus requested size to zero (only aggs are needed) 2015-01-20 18:28:39 +01:00
Mathieu Darse
9560628037 Prune narrow concepts while building query 2015-01-20 18:28:22 +01:00
Nicolas Le Goff
721441aede Bump to version 3.8.7-alpha.1 2015-01-20 17:52:37 +01:00
Mathieu Darse
1a23a23e18 Context support in concept finding command 2015-01-20 15:05:15 +01:00
Mathieu Darse
dc2c9f8c7f Refactor thesaurus query build
- Look for text nodes and infer the concepts behind term using thesaurus
- Use value objects for thesaurus terms and concepts
- Pass a QueryContext holding allowed fields and locales informations when building the Elasticsearch query
- Change type hinting and name of query building method on nodes
- Remove unused method Node#isFullTextOnly()
- Move getFieldsStructure from RecordIndexer to RecordHelper for reusing field structure in SearchEngine
2015-01-20 15:05:15 +01:00
Nicolas Le Goff
6572342715 Bump to version 3.8.6 2015-01-20 14:46:32 +01:00
Mathieu Darse
f283bf01d1 WIP Improve thesaurus relevency by filtering low score 2015-01-20 14:44:00 +01:00
Mathieu Darse
2c0119b010 Change field representation in dumps 2015-01-20 14:44:00 +01:00
Mathieu Darse
d0b3995a33 Text nodes extraction from queries 2015-01-20 14:44:00 +01:00
Nicolas Le Goff
ea4a567b67 Bump year to 2015 2015-01-20 14:18:45 +01:00
Nicolas Le Goff
d82adbf109 Bump year to 2015 2015-01-20 14:08:25 +01:00
Nicolas Le Goff
d58170739e PHRAS-376 Fix pdf print aspect ratio 2015-01-19 15:06:12 +01:00
Jean-Yves Gaulier
802295649d fix PHRAS-354 (mixing doctype, fieldname,... gives 0 results)
the built query is invalid, ex.
zzz AND recordtype=image IN Title

also fix pb with combination of status bits gives 0 results
2015-01-14 18:54:50 +01:00
Nicolas Le Goff
53da50ba99 Fix collection creation 2015-01-14 14:41:16 +01:00
Jean-Yves Gaulier
2d5390abde removed "showmodaldialog(...)" from javascript (removed from chrome) 2015-01-07 17:59:18 +01:00
Nicolas Le Goff
9788a2a812 Fix elastic search sort query 2015-01-05 12:46:31 +01:00
Mathieu Darse
0ddafc253b Merge pull request #17 from nlegoff/thesaurus_indexing
Fix thesaurus indexing with mutli-database
2015-01-02 18:20:27 +01:00
Mathieu Darse
f9ce85d3bd Merge pull request #19 from nlegoff/acl_query
Fix acl filter query
2015-01-02 18:09:15 +01:00
Nicolas Le Goff
a0b3cb3a20 Fix acl filter query 2015-01-02 11:20:17 +01:00
Nicolas Le Goff
103a2c4728 es index names do not support uppercase 2014-12-31 14:27:55 +01:00
Nicolas Le Goff
49861939fa id must be unique 2014-12-31 14:12:31 +01:00
Nicolas Le Goff
f57e3ca338 Fix missing variable declaration 2014-12-30 20:04:34 +01:00
Mathieu Darse
0e2c64cc54 Merge pull request #8 from nlegoff/search-rights
Apply ACL restriction filters for a search query
2014-12-30 19:36:26 +01:00
Nicolas Le Goff
7cc204f2ba Apply ACL restriction filters for a search query 2014-12-30 19:32:46 +01:00
Mathieu Darse
722266c5cc Merge pull request #15 from nlegoff/title_indexation
Add original name as default title
2014-12-30 18:47:22 +01:00