Skip to content

Commit

Permalink
remove solr data
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhoubk committed Jan 9, 2024
1 parent fe1f7e7 commit 0f888d3
Show file tree
Hide file tree
Showing 54 changed files with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,15 @@ yarn-debug.log*
!/storage/.keep

# Build/test artifacts
/artifacts/
/artifacts/

# Ignore solr files
/solr/geodata-test/data/index/*
/solr/geodata-test/data/tlog/*
/solr/geodata/data/index/*
/solr/geodata/data/tlog/*

!/solr/geodata-test/data/index/.keep
!/solr/geodata-test/data/tlog/.keep
!/solr/geodata/data/index/.keep
!/solr/geodata/data/tlog/.keep
File renamed without changes.
Binary file removed solr/geodata-test/data/index/_5.fdm
Binary file not shown.
Binary file removed solr/geodata-test/data/index/_5.fdt
Binary file not shown.
Binary file removed solr/geodata-test/data/index/_5.fdx
Binary file not shown.
Binary file removed solr/geodata-test/data/index/_5.fnm
Binary file not shown.
Binary file removed solr/geodata-test/data/index/_5.kdd
Binary file not shown.
Binary file removed solr/geodata-test/data/index/_5.kdi
Binary file not shown.
Binary file removed solr/geodata-test/data/index/_5.kdm
Binary file not shown.
Binary file removed solr/geodata-test/data/index/_5.nvd
Binary file not shown.
Binary file removed solr/geodata-test/data/index/_5.nvm
Binary file not shown.
Binary file removed solr/geodata-test/data/index/_5.si
Binary file not shown.
Binary file removed solr/geodata-test/data/index/_5.tvd
Binary file not shown.
Binary file removed solr/geodata-test/data/index/_5.tvm
Binary file not shown.
Binary file removed solr/geodata-test/data/index/_5.tvx
Binary file not shown.
Binary file removed solr/geodata-test/data/index/_5_Lucene80_0.dvd
Binary file not shown.
Binary file removed solr/geodata-test/data/index/_5_Lucene80_0.dvm
Binary file not shown.
Binary file removed solr/geodata-test/data/index/_5_Lucene84_0.doc
Binary file not shown.
Binary file removed solr/geodata-test/data/index/_5_Lucene84_0.pos
Binary file not shown.
Binary file removed solr/geodata-test/data/index/_5_Lucene84_0.tim
Binary file not shown.
Binary file removed solr/geodata-test/data/index/_5_Lucene84_0.tip
Binary file not shown.
Binary file removed solr/geodata-test/data/index/_5_Lucene84_0.tmd
Binary file not shown.
Binary file removed solr/geodata-test/data/index/segments_7
Binary file not shown.
File renamed without changes.
Binary file removed solr/geodata-test/data/tlog/tlog.0000000000000000000
Binary file not shown.
Binary file removed solr/geodata-test/data/tlog/tlog.0000000000000000001
Binary file not shown.
Binary file removed solr/geodata-test/data/tlog/tlog.0000000000000000002
Binary file not shown.
Binary file removed solr/geodata-test/data/tlog/tlog.0000000000000000003
Binary file not shown.
Binary file removed solr/geodata-test/data/tlog/tlog.0000000000000000004
Binary file not shown.
Binary file removed solr/geodata-test/data/tlog/tlog.0000000000000000005
Binary file not shown.
Empty file added solr/geodata/data/index/.keep
Empty file.
Binary file removed solr/geodata/data/index/_0.fdm
Binary file not shown.
Binary file removed solr/geodata/data/index/_0.fdt
Binary file not shown.
Binary file removed solr/geodata/data/index/_0.fdx
Binary file not shown.
Binary file removed solr/geodata/data/index/_0.fnm
Binary file not shown.
Binary file removed solr/geodata/data/index/_0.kdd
Binary file not shown.
Binary file removed solr/geodata/data/index/_0.kdi
Binary file not shown.
Binary file removed solr/geodata/data/index/_0.kdm
Binary file not shown.
Binary file removed solr/geodata/data/index/_0.nvd
Binary file not shown.
Binary file removed solr/geodata/data/index/_0.nvm
Binary file not shown.
Binary file removed solr/geodata/data/index/_0.si
Binary file not shown.
Binary file removed solr/geodata/data/index/_0.tvd
Binary file not shown.
Binary file removed solr/geodata/data/index/_0.tvm
Binary file not shown.
Binary file removed solr/geodata/data/index/_0.tvx
Binary file not shown.
Binary file removed solr/geodata/data/index/_0_Lucene80_0.dvd
Binary file not shown.
Binary file removed solr/geodata/data/index/_0_Lucene80_0.dvm
Binary file not shown.
Binary file removed solr/geodata/data/index/_0_Lucene84_0.doc
Binary file not shown.
Binary file removed solr/geodata/data/index/_0_Lucene84_0.pos
Binary file not shown.
Binary file removed solr/geodata/data/index/_0_Lucene84_0.tim
Binary file not shown.
Binary file removed solr/geodata/data/index/_0_Lucene84_0.tip
Binary file not shown.
Binary file removed solr/geodata/data/index/_0_Lucene84_0.tmd
Binary file not shown.
Binary file removed solr/geodata/data/index/segments_2
Binary file not shown.
Empty file added solr/geodata/data/tlog/.keep
Empty file.
Binary file removed solr/geodata/data/tlog/tlog.0000000000000000000
Binary file not shown.

0 comments on commit 0f888d3

Please sign in to comment.