Skip to content
Snippets Groups Projects
Commit f0546e3e authored by Moises Sacal's avatar Moises Sacal
Browse files

updated readme

parent 4988c3fe
Branches master
No related merge requests found
...@@ -4,9 +4,6 @@ ...@@ -4,9 +4,6 @@
<list default="true" id="ad75bb9b-12db-4cad-af64-4c68cecdb87b" name="Default Changelist" comment=""> <list default="true" id="ad75bb9b-12db-4cad-af64-4c68cecdb87b" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" /> <change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/commit-to-solr.js" beforeDir="false" afterPath="$PROJECT_DIR$/commit-to-solr.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/lib/CatalogSolr.js" beforeDir="false" afterPath="$PROJECT_DIR$/lib/CatalogSolr.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/test/catalog.lib.spec.js" beforeDir="false" afterPath="$PROJECT_DIR$/test/catalog.lib.spec.js" afterDir="false" />
</list> </list>
<ignored path="$PROJECT_DIR$/.tmp/" /> <ignored path="$PROJECT_DIR$/.tmp/" />
<ignored path="$PROJECT_DIR$/temp/" /> <ignored path="$PROJECT_DIR$/temp/" />
...@@ -42,8 +39,8 @@ ...@@ -42,8 +39,8 @@
<entry file="file://$PROJECT_DIR$/README.md"> <entry file="file://$PROJECT_DIR$/README.md">
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]"> <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
<state split_layout="SPLIT"> <state split_layout="SPLIT">
<first_editor relative-caret-position="632"> <first_editor relative-caret-position="60">
<caret line="54" selection-start-line="54" selection-end-line="54" /> <caret line="4" column="1" selection-start-line="4" selection-start-column="1" selection-end-line="4" selection-end-column="1" />
</first_editor> </first_editor>
<second_editor /> <second_editor />
</state> </state>
...@@ -210,10 +207,10 @@ ...@@ -210,10 +207,10 @@
<method v="2" /> <method v="2" />
</configuration> </configuration>
<list> <list>
<item itemvalue="Mocha.catalog.create.spec.js" />
<item itemvalue="Mocha.catalog.lib.spec.js" />
<item itemvalue="Node.js.commit-to-solr" /> <item itemvalue="Node.js.commit-to-solr" />
<item itemvalue="Node.js.generate-datacrates" /> <item itemvalue="Node.js.generate-datacrates" />
<item itemvalue="Mocha.catalog.create.spec.js" />
<item itemvalue="Mocha.catalog.lib.spec.js" />
</list> </list>
</component> </component>
<component name="SvnConfiguration"> <component name="SvnConfiguration">
...@@ -265,7 +262,7 @@ ...@@ -265,7 +262,7 @@
</history-entry> </history-entry>
</component> </component>
<component name="TimeTrackingManager"> <component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="120649000" /> <option name="totallyTimeSpent" value="121863000" />
</component> </component>
<component name="ToolWindowManager"> <component name="ToolWindowManager">
<frame x="1440" y="-277" width="1920" height="1177" extended-state="6" /> <frame x="1440" y="-277" width="1920" height="1177" extended-state="6" />
...@@ -408,8 +405,8 @@ ...@@ -408,8 +405,8 @@
<entry file="file://$PROJECT_DIR$/README.md"> <entry file="file://$PROJECT_DIR$/README.md">
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]"> <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
<state split_layout="SPLIT"> <state split_layout="SPLIT">
<first_editor relative-caret-position="632"> <first_editor relative-caret-position="60">
<caret line="54" selection-start-line="54" selection-end-line="54" /> <caret line="4" column="1" selection-start-line="4" selection-start-column="1" selection-end-line="4" selection-end-column="1" />
</first_editor> </first_editor>
<second_editor /> <second_editor />
</state> </state>
......
## JSON LD Solr Indexer ## JSON LD Solr Indexer
--- ---
**NOTES:** >**NOTES:**
>
- Currently spec'd to work only with Datacrate JSON-LD. > - Currently spec'd to work only with Datacrate JSON-LD.
TODO: >
- build schema of solr with config file > TODO:
- Generalise to use any json-ld > - build schema of solr with config file
- Make createCatalogSolr as part of the library > - Generalise to use any json-ld
- Test with other types of json-ld's > - Make createCatalogSolr as part of the library
> - Test with other types of json-ld's
--- ---
Example implementation: Example implementation:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment