search for: schemaless

Displaying 10 results from an estimated 10 matches for "schemaless".

2018 Dec 08
2
Solr
...gt; - <lst name="typeMapping"> - <str name="valueClass">java.lang.Number</str> - <str name="fieldType">pdoubles</str> - </lst> - </updateProcessor> <!-- The update.autoCreateFields property can be turned to false to disable schemaless mode --> - <updateRequestProcessorChain name="add-unknown-fields-to-the-schema" default="${update.autoCreateFields:true}" - processor="uuid,remove-blank,field-name-mutating,parse-boolean,parse-long,parse-double,parse-date,add-schema-fields"> - <processor cl...
2011 Feb 02
1
Rails Apps that need to present different versions of model schemas
I''m writing a Rails3 app that collects data as defined by an external source. At periodic intervals, the external source will update their data definitions and require a different schema to be presented to the end-users. My end users will be at different versions of the external data schema and have legacy data that needs to remain available when they upgrade to the new schema.
2010 Jan 30
12
Best way to connect various applications?
Good evening, I''ve got three different self-programmed Rails application I need to connect and manage with a 4th "supervisor" application. There''s a wiki application, there''s a shop application and there''s a business directory application all with seperate user database etc. What I want now is one single user table so it can be all controlled by one
2018 Dec 09
0
Solr
...apping"> > - <str name="valueClass">java.lang.Number</str> > - <str name="fieldType">pdoubles</str> > - </lst> > - </updateProcessor> > > <!-- The update.autoCreateFields property can be turned to false to disable schemaless mode --> > - <updateRequestProcessorChain name="add-unknown-fields-to-the-schema" default="${update.autoCreateFields:true}" > - processor="uuid,remove-blank,field-name-mutating,parse-boolean,parse-long,parse-double,parse-date,add-schema-fields"> > - &...
2016 Apr 26
3
RFC: LNT/Test-suite support for custom metrics and test parameterization
...abase (for example, MongoDB or JSON/JSONB > extension of PostgresSQL, which let use PostgresSQL as NoSQL database) for > this part. This part will be enable if there is path to NoSQL database in > config file. > > It helps to have one Sample table(collection in NoSQL). If we use > schemaless feature in MongoDB, for example, then it’s possible to add new > fields when new testsuite is running. Then there would be one table with a > lot of fields, some of which are empty. At any moment of time it will be > possible to change schema of table(document). > > A small prototyp...
2010 Feb 04
6
Fastes database server for...
Hi, I''m currently building a small rails application that needs to store web traffic information. Similar to google analytics and clicky. (but simpler) It needs to store refer domains and visitors. Integration goes through a small javascript snippet. My question is: What database server is the fastest and should I use for this app? I was thinking about SQLlite. Thanks for your time,
2018 Dec 05
5
Solr
THen the Squat shall be maintained until the SOlr plugin is upgraded, as Squat does resolve the problem (fts, partial search, etc...) On 2018-12-05 12:20, Aki Tuomi wrote: > It seems we forgot to document that "break-imap-search" was dropped in v2.3. That has now been updated. > > Also Solr does not support prefix/substring search unless you configure solr to support it.
2016 Apr 26
2
RFC: LNT/Test-suite support for custom metrics and test parameterization
Hi, Chris. Thank you for your answer about compile tests. As I understood during looking through code of compile tests they don’t use test suite at all. Am I right? There is lack of information and examples of running compile tests in LNT documentation. We understood that there are two groups of users: users using servers and collecting a lot of data and SQLite users, but these users as I think
2016 Apr 27
3
RFC: LNT/Test-suite support for custom metrics and test parameterization
...st to use NoSQL database (for example, MongoDB or JSON/JSONB extension of PostgresSQL, which let use PostgresSQL as NoSQL database) for this part. This part will be enable if there is path to NoSQL database in config file. > > It helps to have one Sample table(collection in NoSQL). If we use schemaless feature in MongoDB, for example, then it’s possible to add new fields when new testsuite is running. Then there would be one table with a lot of fields, some of which are empty. At any moment of time it will be possible to change schema of table(document). > > A small prototype was made wit...
2016 May 13
4
RFC: LNT/Test-suite support for custom metrics and test parameterization
...est to use NoSQL database (for example, MongoDB or JSON/JSONB extension of PostgresSQL, which let use PostgresSQL as NoSQL database) for this part. This part will be enable if there is path to NoSQL database in config file. > > It helps to have one Sample table(collection in NoSQL). If we use schemaless feature in MongoDB, for example, then it’s possible to add new fields when new testsuite is running. Then there would be one table with a lot of fields, some of which are empty. At any moment of time it will be possible to change schema of table(document). > > A small prototype was made with...